Cargo Features
[dependencies]
crb-superagent = { version = "0.0.31", default-features = false, features = ["std", "web"] }
- default = std
-
The
std
feature is set by default whenevercrb-superagent
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of crb-agent, crb-core, and crb-runtime
- web
-
Enables web of crb-agent, crb-core, and crb-runtime
crb-superagent has 3 features without comments.