Cargo Features

[dependencies]
encointer-balances-tx-payment = { version = "7.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables std of encointer-primitives, frame-support ^30.0.0, frame-system ^30.0.0, log, pallet-asset-tx-payment ^30.0.0, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-transaction-payment ^30.0.0, and sp-runtime ^33.0.0

frame-support:

substrate dependencies

try-runtime

Enables try-runtime of frame-system ^30.0.0, pallet-encointer-balances, and pallet-encointer-ceremonies

runtime-benchmarks

Enables runtime-benchmarks of frame-support ^30.0.0, frame-system ^30.0.0, pallet-encointer-balances, and pallet-encointer-ceremonies