Cargo Features

[dependencies]
ismp-grandpa = { version = "16.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, finality-grandpa, grandpa-verifier, grandpa-verifier-primitives, ismp, ckb-merkle-mountain-range ^0.5.2, pallet-ismp, polkadot-sdk ^0.7.0, primitive-types ^0.12.2, scale-info, and substrate-state-machine

ismp:

polytope labs

try-runtime

Enables try-runtime of polkadot-sdk ^0.7.0

runtime-benchmarks

Enables runtime-benchmarks of pallet-ismp, frame-benchmarking and runtime-benchmarks of polkadot-sdk ^0.7.0

Affects ismp-grandpa::benchmarking