Cargo Features

[dependencies]
atom_box = { version = "0.2.1", default-features = false, features = ["std", "bicephany"] }
default = std

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

std default
bicephany

AtomBox has 3 features without comments.