[package] name = "tetsy-trie-bench" version = "0.27.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "tetsy standard benchmarking suite for tries" license = "Apache-2.0" edition = "2018" keywords = [ "tetcoin", "tetcore", "vapory" ] categories = [ "cryptography::cryptocurrencies" ] homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/trie.git" documentation = "https://docs.rs/tetsy-trie-bench" [dependencies] tetsy-keccak-hasher = { path = "../tetsy-keccak-hasher", version = "0.15.2" } tetsy-trie-standardmap = { path = "../tetsy-trie-standardmap", version = "0.15.2" } tetsy-hash-db = { path = "../../tetsy-hash-db" , version = "0.15.3"} tetsy-memory-db = { path = "../../tetsy-memory-db", version = "0.26.0" } tetsy-trie-root = { path = "../../tetsy-trie-root", version = "0.16.1" } tetsy-trie-db = { path = "../../tetsy-trie-db", version = "0.22.3" } criterion = "0.3.3" tetsy-scale-codec = { version = "2.0.1" }