sc-consensus-babe-rpc 0.10.0

RPC extensions for the BABE consensus algorithm
Documentation
[package]
name = "sc-consensus-babe-rpc"
version = "0.10.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "RPC extensions for the BABE consensus algorithm"
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
readme = "README.md"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
futures = "0.3.21"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0"
sc-consensus-babe = { version = "0.10.0" }
sc-consensus-epochs = { version = "0.10.0" }
sc-rpc-api = { version = "0.10.0" }
sp-api = { version = "4.0.0" }
sp-application-crypto = { version = "8.0.0" }
sp-blockchain = { version = "4.0.0" }
sp-consensus = { version = "0.10.0" }
sp-consensus-babe = { version = "0.10.0" }
sp-core = { version = "8.0.0" }
sp-keystore = { version = "0.14.0" }
sp-runtime = { version = "8.0.0" }

[dev-dependencies]
serde_json = "1.0.85"
tempfile = "3.1.0"
tokio = "1.22.0"
sc-consensus = { version = "0.10.0" }
sc-keystore = { version = "4.0.0" }
sp-keyring = { version = "8.0.0" }
substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" }