Cargo Features

[dependencies]
pallet-beefy-mmr = { version = "40.1.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default = array-bytes, serde

Enables std of binary-merkle-tree, parity-scale-codec, frame-benchmarking ^39.0.0, frame-support ^39.1.0, frame-system ^39.1.0, log, pallet-beefy ^40.1.0, pallet-mmr ^39.0.0, pallet-session ^39.0.0, scale-info, sp-api ^35.0.0, sp-consensus-beefy ^23.0.0, sp-core ^35.0.0, sp-io ^39.0.0, sp-runtime ^40.1.0, and sp-state-machine ^0.44.0

try-runtime

Enables try-runtime of frame-support ^39.1.0, frame-system ^39.1.0, pallet-beefy ^40.1.0, pallet-mmr ^39.0.0, pallet-session ^39.0.0, and sp-runtime ^40.1.0

runtime-benchmarks

Enables runtime-benchmarks of frame-benchmarking ^39.0.0, frame-support ^39.1.0, frame-system ^39.1.0, pallet-mmr ^39.0.0, and sp-runtime ^40.1.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.

array-bytes std

Enables array-bytes ^6.2.2

serde std
frame-benchmarking runtime-benchmarks? std

Enables frame-benchmarking ^39.0.0