Cargo Features

[dependencies]
cbor-no-std = { version = "0.3.0", default-features = false, features = ["no_std"] }
default = no_std

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

no_std default

cbor-no-std has 2 features without comments.