ipnetwork 0.21.1

A library to work with IP CIDRs in Rust
Documentation
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "achanda/ipnetwork"

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

[dependencies.schemars]
optional = true
version = "0.8.17"

[dependencies.serde]
optional = true
version = "1.0.200"

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

[dev-dependencies.does-it-json]
version = "0.0.4"

[dev-dependencies.serde_json]
version = "1.0.116"

[features]
default = []

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

[package]
authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "parser-implementations"]
description = "A library to work with IP CIDRs in Rust"
edition = "2021"
keywords = ["network", "ip", "address", "cidr"]
license = "MIT OR Apache-2.0"
name = "ipnetwork"
readme = "README.md"
repository = "https://github.com/achanda/ipnetwork"
version = "0.21.1"

[[test]]
name = "test_json"
path = "tests/test_json.rs"