# 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 = "2018" name = "monotree" version = "0.1.5" authors = [ "Francis Lim ", "Jongwhan Lee ", ] description = "Rust implementation of an optimized Sparse Merkle Tree" readme = "README.md" keywords = [ "sparse", "merkle", "radix", "blockchain", "merkletrie", ] categories = [ "algorithms", "data-structures", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/thyeem/monotree" [[bench]] name = "benchmark" harness = false [dependencies.blake2-rfc] version = "0.2.18" [dependencies.blake3] version = "0.2.2" [dependencies.digest] version = "0.8.1" [dependencies.hashbrown] version = "0.7" [dependencies.hex] version = "0.4.1" [dependencies.num] version = "0.2.1" [dependencies.paste] version = "0.1.7" [dependencies.rand] version = "0.7.3" [dependencies.rocksdb] version = "0.13.0" optional = true [dependencies.scopeguard] version = "1.1.0" [dependencies.sha2] version = "0.8.1" [dependencies.sha3] version = "0.8.2" [dependencies.sled] version = "0.31.0" optional = true [dev-dependencies.criterion] version = "0.3" [features] db_rocksdb = ["rocksdb"] db_sled = ["sled"] default = []