Cargo Features
[dependencies]
cumulus-pallet-xcmp-queue = { version = "0.19.0", default-features = false, features = ["std", "try-runtime", "bridging", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default whenevercumulus-pallet-xcmp-queue
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bounded-collections, optional bp-xcm-bridge-hub-router, parity-scale-codec, cumulus-primitives-core ^0.15.0, optional frame-benchmarking ^37.0.0, frame-support ^37.1.0, frame-system ^37.1.0, log, pallet-message-queue ^40.0.1, polkadot-runtime-common ^16.0.1, polkadot-runtime-parachains ^16.0.3, scale-info, sp-core ^34.0.0, sp-io ^38.0.0, sp-runtime ^39.0.3, staging-xcm ^14.1.0, staging-xcm-builder ^16.0.3, and staging-xcm-executor ^16.0.0
sp-core:
Substrate
- try-runtime
-
Enables try-runtime of frame-support ^37.1.0, frame-system ^37.1.0, pallet-message-queue ^40.0.1, polkadot-runtime-common ^16.0.1, polkadot-runtime-parachains ^16.0.3, and sp-runtime ^39.0.3
- bridging = bp-xcm-bridge-hub-router
-
Affects
cumulus-pallet-xcmp-queue::bridging
… - runtime-benchmarks
-
Enables runtime-benchmarks of cumulus-primitives-core ^0.15.0, frame-benchmarking ^37.0.0, frame-support ^37.1.0, frame-system ^37.1.0, pallet-message-queue ^40.0.1, polkadot-runtime-common ^16.0.1, polkadot-runtime-parachains ^16.0.3, sp-runtime ^39.0.3, staging-xcm-builder ^16.0.3, and staging-xcm-executor ^16.0.0
Affects
bridging::suspend_channel_for_benchmarks
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.