Cargo Features

[dependencies]
len-trait = { version = "0.6.1", default-features = false, features = ["std", "alloc", "nightly"] }
default = std

The std feature is set by default whenever len-trait is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std
nightly

len-trait has 4 features without comments.