Cargo Features
[dependencies]
pallet-xcm-bridge-hub = { version = "0.15.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-xcm-bridge-hub
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bp-messages ^0.17.0, bp-runtime ^0.17.0, bp-xcm-bridge-hub ^0.3.0, bridge-runtime-common, parity-scale-codec, frame-support ^37.1.0, frame-system ^37.1.0, log, pallet-bridge-messages ^0.17.0, scale-info, sp-core ^34.0.0, sp-runtime ^39.0.3, sp-std, staging-xcm ^14.1.0, staging-xcm-builder ^16.0.3, and staging-xcm-executor ^16.0.0
- try-runtime
-
Enables try-runtime of frame-support ^37.1.0, frame-system ^37.1.0, pallet-bridge-messages ^0.17.0, and sp-runtime ^39.0.3
- runtime-benchmarks
-
Enables runtime-benchmarks of bridge-runtime-common, frame-support ^37.1.0, frame-system ^37.1.0, pallet-bridge-messages ^0.17.0, sp-runtime ^39.0.3, staging-xcm-builder ^16.0.3, and staging-xcm-executor ^16.0.0
pallet-xcm-bridge-hub has 4 features without comments.