# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "node-bench" version = "0.8.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Tetcore node integration benchmarks." homepage = "https://core.tetcoin.org" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/tetcoin/tetcore" [dependencies.derive_more] version = "0.99.2" [dependencies.fs_extra] version = "1" [dependencies.futures] version = "0.3.4" features = ["thread-pool"] [dependencies.hex] version = "0.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.node-primitives] version = "2.0.0" [dependencies.node-runtime] version = "2.0.0" [dependencies.node-testing] version = "2.0.0" [dependencies.rand] version = "0.7.2" features = ["small_rng"] [dependencies.serde] version = "1.0.101" [dependencies.serde_json] version = "1.0.41" [dependencies.structopt] version = "0.3" [dependencies.tc-basic-authorship] version = "0.8.0" [dependencies.tc-cli] version = "0.8.0" [dependencies.tc-client-api] version = "2.0.0" [dependencies.tc-transaction-pool] version = "2.0.0" [dependencies.tempfile] version = "3.1.0" [dependencies.tet-core] version = "2.0.2" [dependencies.tetcore-tracing] version = "2.0.2" [dependencies.tetsy-db] version = "0.1.2" [dependencies.tetsy-hash-db] version = "0.15.2" [dependencies.tetsy-kvdb] version = "0.9.0" [dependencies.tetsy-kvdb-rocksdb] version = "0.11.0" [dependencies.tetsy-util-mem] version = "0.9.0" features = ["tetsy-primitive-types"] default-features = false [dependencies.tp-consensus] version = "0.8.2" [dependencies.tp-inherents] version = "2.0.2" [dependencies.tp-runtime] version = "2.0.2" [dependencies.tp-state-machine] version = "0.8.2" [dependencies.tp-timestamp] version = "2.0.2" default-features = false [dependencies.tp-transaction-pool] version = "2.0.2" [dependencies.tp-trie] version = "2.0.2"