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