Cargo Features

[dependencies]
cbor-tools = { version = "0.3.0", default-features = false, features = ["display"] }
default = display

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

display default

cbor-tools has 2 features without comments.