Cargo Features
[dependencies]
assets-common = { version = "0.18.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverassets-common
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, pallet-assets, pallet-xcm, parachains-common, scale-info, sp-api, 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, pallet-assets, pallet-xcm, parachains-common, sp-runtime, staging-xcm-builder, and staging-xcm-executor
Affects
assets-common::benchmarks
…