Cargo Features

[dependencies]
fixed-capacity-vec = { version = "1.0.1", default-features = false, features = ["full", "minimal-1"] }
default full? = minimal-1

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

full = default
minimal-1 default

FixedCapacityVec has 3 features without comments.