Cargo Features
IpNetwork has no features set by default.
[dependencies]
ipnetwork = { version = "0.21.1", features = ["serde", "schemars"] }
- default
-
Keep optional dependencies out of the default features. Since most people add a dependency without
default-features = false
they involuntarily pull in unused dependencies.