# 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 = "beefy-gadget-rpc" version = "19.0.0" authors = ["Parity Technologies "] description = "RPC for the BEEFY Client gadget for substrate" homepage = "https://substrate.io" readme = "README.md" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/paritytech/substrate" [dependencies.beefy-gadget] version = "18.0.0" [dependencies.beefy-primitives] version = "16.0.0" package = "sp-beefy" [dependencies.codec] version = "3.2.2" features = ["derive"] package = "parity-scale-codec" [dependencies.futures] version = "0.3.21" [dependencies.jsonrpsee] version = "0.16.2" features = [ "client-core", "server", "macros", ] [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.sc-rpc] version = "19.0.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.sp-core] version = "18.0.0" [dependencies.sp-runtime] version = "20.0.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.sc-rpc] version = "19.0.0" features = ["test-helpers"] [dev-dependencies.serde_json] version = "1.0.85" [dev-dependencies.tokio] version = "1.22.0" features = ["macros"]