[package] name = "tetcore-test-runtime-client" version = "2.0.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Tetcore Client testing utilities." edition = "2018" license = "Apache-2.0" homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore/" # publish = false [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] tc-light = { version = "2.0.0", path = "../../../client/light" } tp-consensus = { version = "0.8.2", path = "../../../primitives/consensus/common" } tc-block-builder = { version = "0.8.0", path = "../../../client/block-builder" } tetcore-test-client = { version = "2.0.0", path = "../../client" } tet-core = { version = "2.0.2", path = "../../../primitives/core" } tetcore-test-runtime = { version = "2.0.0", path = "../../runtime" } tp-runtime = { version = "2.0.2", path = "../../../primitives/runtime" } tp-api = { version = "2.0.2", path = "../../../primitives/api" } tp-blockchain = { version = "2.0.2", path = "../../../primitives/blockchain" } codec = { package = "tetsy-scale-codec", version = "2.0.1" } tc-client-api = { version = "2.0.0", path = "../../../client/api" } tc-consensus = { version = "0.8.0", path = "../../../client/consensus/common" } tc-service = { version = "0.8.0", default-features = false, path = "../../../client/service" } futures = "0.3.9"