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 whenever assets-common 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, 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