Cargo Features
[dependencies]
encointer-balances-tx-payment = { version = "16.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 sp-io, std of sp-runtime and std of encointer-primitives, frame-support, frame-system, log, pallet-asset-tx-payment, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-transaction-payment, parity-scale-codec, and scale-info
frame-support:
substrate dependencies
- try-runtime
-
Enables try-runtime of encointer-primitives, frame-support, frame-system, pallet-asset-tx-payment, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-transaction-payment, and sp-runtime
- runtime-benchmarks
-
Enables runtime-benchmarks of encointer-primitives, frame-support, frame-system, pallet-asset-tx-payment, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-transaction-payment, and sp-runtime