Cargo Features
[dependencies]
snowbridge-runtime-common = { version = "0.10.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-runtime-common
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, log, snowbridge-core, sp-arithmetic, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support, snowbridge-core, staging-xcm-builder, and staging-xcm-executor
snowbridge-runtime-common has 3 features without comments.