[package] name = "tc-rpc-api" version = "0.8.0" authors = ["Parity Technologies ", "Tetcoin Developers "] edition = "2018" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore" documentation = "https://docs.rs/tc-rpc-api" description = "Tetcore RPC interfaces." readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "tetsy-scale-codec", version = "2.0.1" } derive_more = "0.99.2" futures = { version = "0.3.1", features = ["compat"] } tetsy-jsonrpc-core = "15.1.0" tetsy-jsonrpc-core-client = "15.1.0" tetsy-jsonrpc-derive = "15.1.0" tetsy-jsonrpc-pubsub = "15.1.0" log = "0.4.8" parking_lot = "0.11.1" tet-core = { version = "2.0.2", path = "../../primitives/core" } tp-version = { version = "2.0.2", path = "../../primitives/version" } tp-runtime = { path = "../../primitives/runtime" , version = "2.0.2"} tp-chain-spec = { path = "../../primitives/chain-spec" , version = "2.0.2"} serde = { version = "1.0.101", features = ["derive"] } serde_json = "1.0.41" tp-transaction-pool = { version = "2.0.2", path = "../../primitives/transaction-pool" } tp-rpc = { version = "2.0.2", path = "../../primitives/rpc" }