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 whenever pallet-encointer-ceremonies is added without default-features = false somewhere in the dependency tree.

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.

frame-benchmarking runtime-benchmarks? std
sp-application-crypto runtime-benchmarks?