Cargo Features

[dependencies]
combo_vec = { version = "0.7.2", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

ComboVec has 2 features without comments.