Cargo Features

[dependencies]
cumulus-primitives-utility = { version = "0.17.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, cumulus-primitives-core, frame-support, log, pallet-asset-conversion, polkadot-runtime-common, sp-runtime, staging-xcm, staging-xcm-builder, and staging-xcm-executor

runtime-benchmarks

Enables runtime-benchmarks of cumulus-primitives-core, frame-support, pallet-asset-conversion, polkadot-runtime-common, sp-runtime, staging-xcm-builder, and staging-xcm-executor

Affects cumulus-primitives-utility::ToParentDeliveryHelper