Cargo Features

[dependencies]
uncon = { version = "1.1.0", default-features = false, features = ["std", "alloc", "nightly"] }
default = std

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

std default
alloc nightly?
nightly = alloc

uncon has 4 features without comments.