[package] name = "fabric-benchmarking-cli" version = "2.0.1" authors = ["Parity Technologies ", "Tetcoin Developers "] 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" documentation = "https://docs.rs/benchmarking-cli" description = "CLI for benchmarking FABRIC" readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] fabric-benchmarking = { version = "2.0.0", path = "../../../fabric/benchmarking" } tet-core = { version = "2.0.2", path = "../../../primitives/core" } tc-service = { version = "0.8.0", default-features = false, path = "../../../client/service" } tc-cli = { version = "0.8.0", path = "../../../client/cli" } tc-client-db = { version = "0.8.0", path = "../../../client/db" } tc-executor = { version = "0.8.0", path = "../../../client/executor" } externalities = { version = "0.8.2", path = "../../../primitives/externalities" } tp-keystore = { version = "0.8.1", path = "../../../primitives/keystore" } tp-runtime = { version = "2.0.2", path = "../../../primitives/runtime" } tp-state-machine = { version = "0.8.2", path = "../../../primitives/state-machine" } codec = { version = "2.0.1", package = "tetsy-scale-codec" } structopt = "0.3.8" chrono = "0.4" serde = "1.0.116" handlebars = "3.5.0" Inflector = "0.11.4" [features] default = ["db"] db = ["tc-client-db/with-tetsy-kvdb-rocksdb", "tc-client-db/with-tetsy-db"]