[badges.appveyor]
repository = "stbuehler/rust-cidr"
[dependencies.bitstring]
features = ["net"]
optional = true
version = "0.2.0"
[dependencies.serde]
optional = true
version = "1.0.27"
[dev-dependencies.bincode]
version = "1.3.1"
[dev-dependencies.serde_test]
version = "1.0.27"
[dev-dependencies.version-sync]
version = "0.9.1"
[features]
bitstring = ["dep:bitstring"]
default = ["std"]
no_unsafe = []
serde = ["dep:serde"]
std = []
[lib]
name = "cidr"
path = "src/lib.rs"
[package]
authors = ["Stefan Bühler <stbuehler@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "network-programming"]
description = "IP network and IP host within network types"
documentation = "https://docs.rs/cidr"
edition = "2021"
exclude = ["CHECKLIST.md"]
homepage = "https://github.com/stbuehler/rust-cidr"
keywords = ["cidr", "network"]
license = "MIT"
name = "cidr"
readme = "README.md"
repository = "https://github.com/stbuehler/rust-cidr"
rust-version = "1.81"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
targets = []
[[test]]
name = "version-numbers"
path = "tests/version-numbers.rs"