Cargo Features

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

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

std default
all default
unstable

Enables unstable of kerml

sysml-model has 4 features without comments.