Cargo Features

[dependencies]
cumulus-pallet-xcmp-queue = { version = "0.17.0", default-features = false, features = ["std", "try-runtime", "bridging", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever cumulus-pallet-xcmp-queue is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bounded-collections, optional bp-xcm-bridge-hub-router, parity-scale-codec, cumulus-primitives-core, optional frame-benchmarking, frame-support, frame-system, log, pallet-message-queue, polkadot-runtime-common, polkadot-runtime-parachains, scale-info, sp-core, sp-io, sp-runtime, staging-xcm, staging-xcm-builder, and staging-xcm-executor

sp-core:

Substrate

try-runtime

Enables try-runtime of frame-support, frame-system, pallet-message-queue, polkadot-runtime-common, polkadot-runtime-parachains, and sp-runtime

bridging = bp-xcm-bridge-hub-router

Affects cumulus-pallet-xcmp-queue::bridging

runtime-benchmarks

Enables runtime-benchmarks of cumulus-primitives-core, frame-benchmarking, frame-support, frame-system, pallet-message-queue, polkadot-runtime-common, polkadot-runtime-parachains, sp-runtime, staging-xcm-builder, and staging-xcm-executor

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.

frame-benchmarking runtime-benchmarks?
bp-xcm-bridge-hub-router bridging?