Cargo Features
[dependencies]
snowbridge-runtime-common = { version = "0.13.0", default-features = false, features = ["std", "try-runtime", "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, frame-system, log, pallet-xcm, snowbridge-core, snowbridge-outbound-queue-primitives, sp-arithmetic, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor
- try-runtime
-
Enables try-runtime of frame-support, frame-system, and pallet-xcm
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support, frame-system, pallet-xcm, snowbridge-core, staging-xcm, staging-xcm-builder, and staging-xcm-executor
snowbridge-runtime-common has 4 features without comments.