Cargo Features

[dependencies]
pallet-encointer-ceremonies = { version = "7.0.0", default-features = false, features = ["std", "try-runtime", "mocks", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever pallet-encointer-ceremonies is added without default-features = false somewhere in the dependency tree.

std default

Enables std of frame-benchmarking ^30.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 ^30.0.0, frame-system ^30.0.0, log, pallet-encointer-balances, pallet-encointer-communities, pallet-encointer-scheduler, pallet-timestamp ^29.0.0, parity-scale-codec, scale-info, sp-core ^30.0.0, sp-io ^32.0.0, sp-runtime ^33.0.0, and sp-std

frame-support:

substrate deps

try-runtime

Enables try-runtime of frame-system ^30.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 ^30.0.0, frame-system ^30.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.

frame-benchmarking runtime-benchmarks? std

Enables frame-benchmarking ^30.0.0

sp-application-crypto runtime-benchmarks?

Enables sp-application-crypto ^32.0.0