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.

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

schemars implicit feature

Enables schemars

schemars:

Generate JSON Schemas from Rust code