Cargo Features
[dependencies]
assets-common = { version = "0.19.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 ^0.17.0, frame-support ^39.0.0, log, pallet-asset-conversion ^21.0.0, pallet-assets ^41.0.0, pallet-xcm ^18.0.0, parachains-common, scale-info, sp-api ^35.0.0, sp-runtime ^40.0.0, staging-xcm ^15.0.0, staging-xcm-builder ^18.0.0, and staging-xcm-executor ^18.0.0
- runtime-benchmarks
-
Enables runtime-benchmarks of cumulus-primitives-core ^0.17.0, frame-support ^39.0.0, pallet-asset-conversion ^21.0.0, pallet-assets ^41.0.0, pallet-xcm ^18.0.0, parachains-common, sp-runtime ^40.0.0, staging-xcm-builder ^18.0.0, and staging-xcm-executor ^18.0.0
Affects
assets-common::benchmarks
…