Cargo Features

[dependencies]
grandpa-verifier-primitives = { version = "0.1.1", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of ismp and sp-consensus-grandpa

ismp:

polytope

and std of anyhow, parity-scale-codec, finality-grandpa, and frame-support ^37.0.0

anyhow:

crates.io

and std of sp-core, sp-io, sp-runtime, sp-std, sp-storage, and sp-trie

sp-core:

substrate