Cargo Features

[dependencies]
any_vec = { version = "0.14.0", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Include alloc crate. This allows using mem::Heap.