Cargo Features
[dependencies]
sp-finality-grandpa = { version = "16.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversp-finality-grandpa
is added without
somewhere in the dependency tree.default-features = false - std default = serde, sp-keystore
-
Enables std of parity-scale-codec, finality-grandpa, log, scale-info, sp-api ^16.0.0, sp-application-crypto ^19.0.0, sp-core ^18.0.0, sp-runtime ^20.0.0, and sp-std ^7.0.0
Affects
sp-finality-grandpa::sign_message
…
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.
- serde std
- sp-keystore std
-
Enables sp-keystore ^0.24.0