Cargo Features

[dependencies]
ncomm-utils = { version = "1.1.3", default-features = false, features = ["nostd", "std", "alloc"] }
default = std

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

nostd
std default
alloc

ncomm-utils has 4 features without comments.