# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cita_trie" version = "5.0.1" authors = ["yejiayu "] description = "Modified Patricia Tree (aka Trie)." homepage = "https://github.com/cryptape/cita-trie" documentation = "https://docs.rs/cita_trie" readme = "README.md" keywords = [ "patricia", "mpt", "evm", "trie", "ethereum", ] license = "Apache-2.0" repository = "https://github.com/cryptape/cita-trie" [[bench]] name = "trie" harness = false [dependencies.hasher] version = "0.1" features = ["hash-keccak"] [dependencies.parking_lot] version = "0.12" [dependencies.rlp] version = "0.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.ethereum-types] version = "0.14" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.7" [dev-dependencies.uuid] version = "1.1" features = [ "serde", "v4", ]