Cargo Features

[dependencies]
asset-test-utils = { version = "18.0.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever asset-test-utils is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, cumulus-pallet-parachain-system, cumulus-pallet-xcmp-queue, cumulus-primitives-core, frame-support, frame-system, pallet-assets, pallet-balances, pallet-collator-selection, pallet-session, pallet-timestamp, pallet-xcm, pallet-xcm-bridge-hub-router, staging-parachain-info, parachains-common, parachains-runtimes-test-utils, sp-io, sp-runtime, staging-xcm, staging-xcm-builder, and staging-xcm-executor

asset-test-utils has 2 features without comments.