Cargo Features

[dependencies]
cidr = { version = "0.3.0", default-features = false, features = ["std", "no_unsafe", "bitstring", "serde"] }
default = std

The std feature is set by default whenever cidr is added without default-features = false somewhere in the dependency tree.

std default
no_unsafe
bitstring

Enables bitstring

serde

Enables serde

Cidr has 5 features without comments.