Cargo Features

[dependencies]
pallet-asset-conversion-tx-payment = { version = "15.0.0", default-features = false, features = ["std", "try-runtime"] }
default = std

The std feature is set by default whenever pallet-asset-conversion-tx-payment is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, frame-support, frame-system, pallet-asset-conversion, pallet-transaction-payment, scale-info, sp-runtime, and sp-std

sp-runtime:

Substrate dependencies

try-runtime

Enables try-runtime of frame-support, frame-system, pallet-asset-conversion, pallet-transaction-payment, and sp-runtime