Cargo Features

[dependencies]
nominals = { version = "0.3.0", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Nominals has 2 features without comments.