Cargo Features

[dependencies]
atlas-msg = { version = "3.0.1", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

atlas-msg has 3 features without comments.