Cargo Features

[dependencies]
allocator_api = { version = "0.6.0", default-features = false, features = ["std"] }
default = std

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

std default

allocator_api has 2 features without comments.