Cargo Features
[dependencies]
snowbridge-rococo-common = { version = "0.1.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-rococo-common
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of frame-support ^28.0.0, log, and staging-xcm ^7.0.0
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support ^28.0.0
snowbridge-rococo-common has 3 features without comments.