Cargo Features

[dependencies]
pallet-xcm-bridge-hub = { version = "0.7.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever pallet-xcm-bridge-hub is added without default-features = false somewhere in the dependency tree.

std default

Enables std of staging-xcm, staging-xcm-builder, and staging-xcm-executor

staging-xcm:

Polkadot Dependencies

and std of bp-messages, bp-runtime, bp-xcm-bridge-hub, bridge-runtime-common, and parity-scale-codec

bp-messages:

Bridge Dependencies

and std of frame-support, frame-system, log, pallet-bridge-messages, scale-info, sp-core, sp-runtime, and sp-std

frame-support:

Substrate Dependencies

try-runtime

Enables try-runtime of frame-support, frame-system, pallet-bridge-messages, and sp-runtime

runtime-benchmarks

Enables runtime-benchmarks of bridge-runtime-common, frame-support, frame-system, pallet-bridge-messages, sp-runtime, staging-xcm-builder, and staging-xcm-executor