Cargo Features

[dependencies]
pallet-encointer-scheduler = { version = "16.1.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables sp-io, std of sp-runtime and sp-std and std of encointer-primitives

local deps

and std of frame-support, frame-system, log, pallet-timestamp, parity-scale-codec, scale-info, and optional frame-benchmarking

frame-benchmarking:

substrate deps

try-runtime

Enables try-runtime of encointer-primitives, frame-support, frame-system, pallet-timestamp, and sp-runtime

runtime-benchmarks = frame-benchmarking

Enables runtime-benchmarks of encointer-primitives, frame-benchmarking, frame-support, frame-system, pallet-timestamp, and sp-runtime

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?