# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sp-finality-grandpa" version = "16.0.0" authors = ["Parity Technologies "] description = "Primitives for GRANDPA integration, suitable for WASM compilation." homepage = "https://substrate.io" documentation = "https://docs.rs/sp-finality-grandpa" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.2.2" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.grandpa] version = "0.16.1" features = ["derive-codec"] default-features = false package = "finality-grandpa" [dependencies.log] version = "0.4.17" default-features = false [dependencies.scale-info] version = "2.1.1" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.sp-api] version = "16.0.0" default-features = false [dependencies.sp-application-crypto] version = "19.0.0" default-features = false [dependencies.sp-core] version = "18.0.0" default-features = false [dependencies.sp-keystore] version = "0.24.0" optional = true default-features = false [dependencies.sp-runtime] version = "20.0.0" default-features = false [dependencies.sp-std] version = "7.0.0" default-features = false [features] default = ["std"] std = [ "codec/std", "grandpa/std", "log/std", "scale-info/std", "serde", "sp-api/std", "sp-application-crypto/std", "sp-core/std", "sp-keystore", "sp-runtime/std", "sp-std/std", ]