Cargo Features

[dependencies]
ismp-grandpa = { version = "1.15.1", default-features = false, features = ["std", "try-runtime"] }
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, cumulus-primitives-core ^0.15.0, and finality-grandpa

cumulus-primitives-core:

cumulus

and std of frame-support ^37.0.0, frame-system ^37.0.0, grandpa-verifier, and grandpa-verifier-primitives

frame-support:

substrate

and std of ismp, ckb-merkle-mountain-range ^0.5.2, pallet-ismp, primitive-types ^0.12.1, scale-info, sp-consensus-aura, sp-core, sp-io, sp-runtime, sp-trie, and substrate-state-machine

ismp:

polytope labs

try-runtime