ipfilter 0.0.0

A library to streamline IP filtering
Documentation
[package]
name = "ipfilter"
version = "0.0.0"

description = "A library to streamline IP filtering"
repository = "https://github.com/QuantumShade/ipfilter"

authors.workspace = true
edition.workspace = true
license-file.workspace = true
rust-version.workspace = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lints]
workspace = true

[features]
default = []
std = ["bincode/std"]

[dependencies]
ipnet = { workspace = true }
iprange = { workspace = true, features = ["serde"] }

bincode = { workspace = true, optional = true, features = ["serde"] }