sp-finality-grandpa 2.0.0-alpha.6

Primitives for GRANDPA integration, suitable for WASM compilation.
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "1.3.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.101"

[dependencies.sp-api]
default-features = false
version = "2.0.0-alpha.6"

[dependencies.sp-application-crypto]
default-features = false
version = "2.0.0-alpha.6"

[dependencies.sp-runtime]
default-features = false
version = "2.0.0-alpha.6"

[dependencies.sp-std]
default-features = false
version = "2.0.0-alpha.6"

[features]
default = ["std"]
std = ["sp-application-crypto/std", "codec/std", "sp-std/std", "serde", "sp-api/std", "sp-runtime/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Primitives for GRANDPA integration, suitable for WASM compilation."
documentation = "https://docs.rs/sp-finality-grandpa"
edition = "2018"
homepage = "https://substrate.dev"
license = "GPL-3.0"
name = "sp-finality-grandpa"
repository = "https://github.com/paritytech/substrate/"
version = "2.0.0-alpha.6"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]