Cargo Features
[dependencies]
pallet-root-offences = { version = "35.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-root-offences
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, frame-system, pallet-session, pallet-staking, scale-info, sp-runtime, and sp-staking
- try-runtime
-
Enables try-runtime of frame-support, frame-system, pallet-session, pallet-staking, and sp-runtime
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support, frame-system, pallet-staking, sp-runtime, and sp-staking
pallet-root-offences has 4 features without comments.