Cargo Features
[dependencies]
pallet-encointer-democracy = { version = "14.3.2", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-encointer-democracy
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of encointer-primitives
local deps
and std of frame-benchmarking
benchmarking
and std of frame-support, frame-system, log, pallet-encointer-ceremonies, pallet-encointer-communities, pallet-encointer-scheduler, pallet-timestamp, parity-scale-codec, scale-info, sp-core, sp-io, sp-std, and pallet-encointer-balances
frame-support:
substrate deps
- try-runtime
-
Enables try-runtime of frame-system, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-encointer-communities, and pallet-encointer-scheduler
- runtime-benchmarks = frame-benchmarking, sp-application-crypto
-
Enables runtime-benchmarks of frame-support, frame-system, pallet-encointer-balances, pallet-encointer-ceremonies, pallet-encointer-communities, and pallet-encointer-scheduler
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.