Cargo Features

[dependencies]
pallet-bags-list = { version = "32.0.0", default-features = false, features = ["std", "try-runtime", "fuzz", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec

parity

and std of frame-support and frame-system

frame-support:

FRAME

and std of frame-election-provider-support and optional frame-benchmarking

frame-benchmarking:

Optional imports for benchmarking

and std of sp-runtime, sp-std, and optional sp-tracing

sp-runtime:

primitives

and std of log, scale-info, optional pallet-balances, optional sp-core, and optional sp-io

log:

third party

try-runtime

Enables try-runtime of frame-election-provider-support, frame-support, frame-system, optional pallet-balances, and sp-runtime

fuzz = pallet-balances, sp-core, sp-io, sp-tracing

Enables fuzz of frame-election-provider-support

runtime-benchmarks = sp-core, sp-io, sp-tracing

Enables runtime-benchmarks of frame-benchmarking, frame-election-provider-support, frame-support, frame-system, pallet-balances, 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?
pallet-balances fuzz? runtime-benchmarks?
sp-core fuzz? runtime-benchmarks?
sp-io fuzz? runtime-benchmarks?
sp-tracing fuzz? runtime-benchmarks?