Cargo Features
[dependencies]
encointer-balances-tx-payment = { version = "14.1.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverencointer-balances-tx-payment
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of encointer-primitives, frame-support, frame-system, log, pallet-asset-tx-payment, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-transaction-payment, and sp-runtime
frame-support:
substrate dependencies
- try-runtime
-
Enables try-runtime of frame-system, pallet-encointer-balances, and pallet-encointer-ceremonies
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support, frame-system, pallet-encointer-balances, and pallet-encointer-ceremonies