Cargo Features

[dependencies]
assets-common = { version = "0.12.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 pallet-xcm

Polkadot

and std of parity-scale-codec, cumulus-primitives-core, frame-support, log, and pallet-asset-conversion

frame-support:

Substrate

and std of parachains-common, scale-info, sp-api, sp-runtime, sp-std, staging-xcm, staging-xcm-builder, and staging-xcm-executor

parachains-common:

Cumulus

runtime-benchmarks

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

Affects assets-common::benchmarks