Cargo Features

[dependencies]
known-types = { version = "0.1.0", default-features = false, features = ["all", "unstable"] }
default = all, std

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

std all default
nightly unstable

known-types has 3 features without comments.