Cargo Features

[dependencies]
allocator = { version = "0.0.2", default-features = false, features = ["std", "libc"] }
default = std

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

std default = libc

Affects allocator::rustalloc

libc std

Affects allocator::malloc, allocator::arena