Cargo Features

[dependencies]
heap-ap = { version = "1.0.0", default-features = false, features = ["allocator-api"] }
default = allocator-api

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

allocator-api default

Affects heap-ap::Vec, heap-ap::Box