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 whenevercumulus-primitives-utility
is added without
somewhere in the dependency tree.default-features = false - 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
…