Cargo Features

[dependencies]
capacity = { version = "0.1.2", default-features = false, features = ["std", "bounded"] }
default = bounded

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

std
bounded default

Affects capacity::Bounded, capacity::CapacityIndicator