[package] name = "node-inspect" version = "0.8.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "A CLI extension for tetcore node" 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" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "tetsy-scale-codec", version = "2.0.1" } derive_more = "0.99" log = "0.4.8" tc-cli = { version = "0.8.0", path = "../../../client/cli" } tc-client-api = { version = "2.0.0", path = "../../../client/api" } tc-service = { version = "0.8.0", default-features = false, path = "../../../client/service" } tp-blockchain = { version = "2.0.2", path = "../../../primitives/blockchain" } tet-core = { version = "2.0.2", path = "../../../primitives/core" } tp-runtime = { version = "2.0.2", path = "../../../primitives/runtime" } structopt = "0.3.8"