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 ^38.0.0
benchmarking
and std of encointer-ceremonies-assignment, encointer-meetup-validation, and encointer-primitives
encointer-ceremonies-assignment:
local deps
and std of frame-support ^38.0.0, frame-system ^38.0.0, log, pallet-encointer-balances, pallet-encointer-communities, pallet-encointer-scheduler, pallet-timestamp ^37.0.0, parity-scale-codec, scale-info, sp-core ^34.0.0, sp-io ^38.0.0, sp-runtime ^39.0.1, and sp-std
frame-support:
substrate deps
- try-runtime
-
Enables try-runtime of frame-system ^38.0.0, pallet-encointer-balances, pallet-encointer-communities, and pallet-encointer-scheduler
- mocks
- runtime-benchmarks = frame-benchmarking, sp-application-crypto
-
Enables runtime-benchmarks of frame-support ^38.0.0, frame-system ^38.0.0, 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.