iptable 0.3.0

Datastructure for efficient IP address lookup
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "iptable"
version = "0.3.0"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Datastructure for efficient IP address lookup"
homepage = "https://github.com/jelmer/iptable-rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/jelmer/iptable-rs"

[lib]
name = "iptable"
path = "src/lib.rs"

[[bench]]
name = "populate"
path = "bench/populate.rs"
harness = false

[dependencies.ipnetwork]
version = "0.21.1"

[dev-dependencies.criterion]
version = ">=0.5"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.10.1"