Cargo Features

[dependencies]
crb-system = { version = "0.0.31", default-features = false, features = ["std", "web"] }
default = std

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

std default

Enables std of crb-agent and crb-runtime

web

Enables web of crb-agent and crb-runtime

crb-system has 3 features without comments.