# 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 = "smt_map" version = "0.0.5" authors = ["Zihan Liu "] description = "A uint-to-uint map backed by Sparse Merkle Tree (SMT), which supports generating\nMerkle Proofs of key-values.\n" readme = "README.md" keywords = ["data-structure", "merkle-tree", "merkle", "tree", "map"] license = "MIT" repository = "https://github.com/updogliu/sparse-merkle-tree-map" [lib] doctest = false [dependencies.lazy_static] version = "1.2.0" features = ["spin_no_std"] [dependencies.tiny-keccak] version = "1.4.2" [dev-dependencies.hex] version = "0.3.2"