Cargo Features

[dependencies]
oem_cp = { version = "2.0.0", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

oem_cp has 2 features without comments.