Cargo Features

[dependencies]
staging-xcm-builder = { version = "17.0.1", 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 parity-scale-codec, frame-support, frame-system, log, pallet-asset-conversion, pallet-transaction-payment, polkadot-parachain-primitives, scale-info, sp-arithmetic, sp-io, sp-runtime, sp-weights, staging-xcm, and staging-xcm-executor

Affects staging-xcm-builder::test_utils

runtime-benchmarks

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