mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
6a964c5df0
* bumping version for next release * add changelog * add guide
21 lines
661 B
TOML
21 lines
661 B
TOML
[package]
|
|
name = "node-rpc-client"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
futures = "0.1.29"
|
|
hyper = "~0.12.35"
|
|
jsonrpc-core-client = { version = "15.1.0", default-features = false, features = ["http"] }
|
|
log = "0.4.8"
|
|
node-primitives = { version = "2.0.0", path = "../primitives" }
|
|
sp-tracing = { version = "3.0.0", path = "../../../primitives/tracing" }
|
|
sc-rpc = { version = "3.0.0", path = "../../../client/rpc" }
|