Cargo Features
[dependencies]
bridge-hub-common = { version = "0.10.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverbridge-hub-common
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, cumulus-primitives-core, frame-support, pallet-message-queue, scale-info, snowbridge-core, sp-core, sp-runtime, sp-std, and staging-xcm
- runtime-benchmarks
-
Enables runtime-benchmarks of cumulus-primitives-core, frame-support, pallet-message-queue, snowbridge-core, and sp-runtime
bridge-hub-common has 3 features without comments.