Cargo Features
[dependencies]
pallet-bags-list = { version = "37.0.0", default-features = false, features = ["std", "try-runtime", "fuzz", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-bags-list
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-election-provider-support, frame-support, frame-system, and optional frame-benchmarking
parity-scale-codec:
parity
and std of log, scale-info, sp-runtime, optional pallet-balances, optional sp-core, optional sp-io, and optional sp-tracing
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.