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