# 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 = "tetsy-trie-db-test" version = "0.23.0" authors = ["Parity Technologies "] description = "tests for tetsy-trie-db crate" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tetsy-trie-db-test" keywords = ["tetcoin", "tetcore", "vapory"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/tetcoin/trie.git" [[bench]] name = "bench" harness = false [dependencies.criterion] version = "0.3" [dependencies.env_logger] version = "0.8" [dependencies.hex-literal] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" features = ["small_rng"] default-features = false [dependencies.rustc-hex] version = "2.1.0" [dependencies.tetsy-hash-db] version = "0.15.3" [dependencies.tetsy-keccak-hasher] version = "0.15.4" [dependencies.tetsy-memory-db] version = "0.26.0" [dependencies.tetsy-reference-trie] version = "0.23.0" [dependencies.tetsy-trie-db] version = "0.22.3" [dependencies.tetsy-trie-root] version = "0.16.1" [dependencies.tetsy-trie-standardmap] version = "0.15.3"