Cargo Features
[dependencies]
pallet-encointer-treasuries = { version = "16.4.1", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-encointer-treasuries
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables sp-io, std of sp-runtime and sp-std and std of approx and encointer-primitives
encointer-primitives:
local deps
and std of frame-support, frame-system, log, pallet-encointer-balances, pallet-encointer-communities, pallet-encointer-reputation-commitments, pallet-timestamp, parity-scale-codec, scale-info, sp-core, and optional frame-benchmarking
frame-benchmarking:
substrate deps
- try-runtime
-
Enables try-runtime of encointer-primitives, frame-support, frame-system, pallet-encointer-balances, pallet-encointer-communities, pallet-encointer-reputation-commitments, pallet-timestamp, and sp-runtime
- runtime-benchmarks = approx, frame-benchmarking
-
Enables runtime-benchmarks of encointer-primitives, frame-benchmarking, frame-support, frame-system, pallet-encointer-balances, pallet-encointer-communities, pallet-encointer-reputation-commitments, pallet-timestamp, and sp-runtime
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.