Cargo Features

[dependencies]
cidr = { version = "0.2.2", default-features = false, features = ["std", "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

Features from optional dependencies

bitstring implicit feature

Enables bitstring

bitstring:

Bitstring traits and implementations

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework