Cargo Features
[dependencies]
grandpa-verifier-primitives = { version = "0.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevergrandpa-verifier-primitives
is added without
somewhere in the dependency tree.default-features = false - 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