[package] name = "node-rpc-client" version = "2.0.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Example tetcore RPC client code." edition = "2018" license = "Apache-2.0" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] futures = "0.1.29" hyper = "~0.12.35" tetsy-jsonrpc-core-client = { version = "15.1.0", default-features = false, features = ["http"] } log = "0.4.8" node-primitives = { version = "2.0.0", path = "../primitives" } tetcore-tracing = { version = "2.0.2", path = "../../../primitives/tracing" } tc-rpc = { version = "2.0.0", path = "../../../client/rpc" }