# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sc-finality-grandpa-warp-sync" version = "0.9.0" authors = ["Parity Technologies "] description = "A request-response protocol for handling grandpa warp sync requests" homepage = "https://substrate.dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/paritytech/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "2.0.0" package = "parity-scale-codec" [dependencies.derive_more] version = "0.99.11" [dependencies.futures] version = "0.3.8" [dependencies.log] version = "0.4.11" [dependencies.num-traits] version = "0.2.14" [dependencies.parking_lot] version = "0.11.1" [dependencies.prost] version = "0.7" [dependencies.sc-client-api] version = "3.0.0" [dependencies.sc-finality-grandpa] version = "0.9.0" [dependencies.sc-network] version = "0.9.0" [dependencies.sc-service] version = "0.9.0" [dependencies.sp-blockchain] version = "3.0.0" [dependencies.sp-runtime] version = "3.0.0"