# 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 = "merkle_trees" version = "0.1.0" authors = ["Lovesh Harchandani "] description = "Various merkle trees" license = "Apache-2.0" repository = "https://github.com/lovesh/merkle_trees" [dependencies.arrayvec] version = "0.5.1" [dependencies.failure] version = "0.1" [dependencies.generic-array] version = "0.13.2" [dependencies.num-bigint] version = "0.2.3" features = ["rand"] [dependencies.num-traits] version = "0.2.10" [dependencies.rlp] version = "0.4.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.8" [dependencies.sha3] version = "0.8" [dev-dependencies.blake2] version = "0.8" [dev-dependencies.mimc-rs] version = "0.0.2" [dev-dependencies.rand] version = "0.6" [dev-dependencies.sled] version = "0.29" [dev-dependencies.unqlite] version = "1.4.3"