Cargo Features

[dependencies]
cds = { version = "0.10.0", default-features = false, features = ["std", "alloc", "arrayvec", "arraystring", "smallvec"] }
default = arraystring, arrayvec, smallvec, std

These default features are set whenever cds is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc smallvec std
arrayvec default

Affects cds::arrayvec

arraystring default

Affects cds::arraystring

smallvec default = alloc

Affects cds::smallvec