Cargo Features

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

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

std default

Enables std of approx, encointer-primitives, frame-support ^30.0.0, frame-system ^30.0.0, log, pallet-encointer-communities, pallet-encointer-reputation-commitments, pallet-treasury ^29.0.0, parity-scale-codec, scale-info, sp-core ^30.0.0, sp-runtime ^33.0.0, and sp-std

encointer-primitives:

local deps

try-runtime

Enables try-runtime of frame-system ^30.0.0, pallet-encointer-communities, and pallet-encointer-reputation-commitments

runtime-benchmarks = approx, frame-benchmarking

Enables runtime-benchmarks of frame-support ^30.0.0, frame-system ^30.0.0, pallet-encointer-communities, pallet-encointer-reputation-commitments, and pallet-treasury ^29.0.0

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.

approx runtime-benchmarks? std
frame-benchmarking runtime-benchmarks?

Enables frame-benchmarking ^30.0.0

substrate deps