Cargo Features

[dependencies]
cumulus-primitives-utility = { version = "0.12.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 and cumulus-primitives-core

cumulus-primitives-core:

Cumulus

and std of frame-support, log, and pallet-asset-conversion

frame-support:

Substrate

and std of polkadot-runtime-common, polkadot-runtime-parachains, sp-io, sp-runtime, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor

polkadot-runtime-common:

Polkadot

runtime-benchmarks

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

Affects cumulus-primitives-utility::ToParentDeliveryHelper