Cargo Features

[dependencies]
staging-xcm-builder = { version = "12.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of frame-support, frame-system, log, pallet-transaction-payment, parity-scale-codec, polkadot-parachain-primitives, scale-info, sp-arithmetic, sp-io, sp-runtime, sp-std, sp-weights, staging-xcm, and staging-xcm-executor

polkadot-parachain-primitives:

Polkadot dependencies

Affects staging-xcm-builder::test_utils

runtime-benchmarks

Enables runtime-benchmarks of frame-support, frame-system, polkadot-parachain-primitives, sp-runtime, and staging-xcm-executor