Cargo Features

[dependencies]
kerml = { version = "0.2.3", default-features = false, features = ["std", "all", "unstable"] }
default = all, std

These default features are set whenever kerml is added without default-features = false somewhere in the dependency tree.

std default
all default
unstable

KerML has 4 features without comments.