Cargo Features

[dependencies]
stalloc = { version = "0.5.3", default-features = false, features = ["std", "allocator-api"] }
default = std

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

std default
allocator-api

Stalloc has 3 features without comments.