Cargo Features

[dependencies]
mmalloc = { version = "0.1.0", default-features = false, features = ["allocator"] }
default = allocator

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

allocator default

mmalloc has 2 features without comments.