# 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" version = "0.22.3" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "tetsy merkle-patricia trie generic over key hasher and node encoding" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tetsy-trie-db" keywords = ["tetcoin", "tetcore", "vapory"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/tetcoin/trie.git" [dependencies.hashbrown] version = "0.9.1" features = ["ahash"] default-features = false [dependencies.log] version = "0.4" [dependencies.rustc-hex] version = "2.1.0" optional = true default-features = false [dependencies.smallvec] version = "1.0.0" [dependencies.tetsy-hash-db] version = "0.15.3" default-features = false [features] default = ["std"] std = ["tetsy-hash-db/std", "rustc-hex"]