# 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 = "restricted-sparse-merkle-tree" version = "0.4.0-rc2" authors = ["jjy "] exclude = ["/fixtures", "/proptest-regressions"] description = "Sparse merkle tree (restricted version) implement in rust" license = "MIT" repository = "https://github.com/jjyr/restricted-sparse-merkle-tree" [[bench]] name = "smt_benchmark" harness = false [dependencies.blake2b-rs] version = "0.1" optional = true [dependencies.cfg-if] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.hex] version = "0.4" [dev-dependencies.proptest] version = "0.9" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] blake2b = ["blake2b-rs"] default = ["std", "blake2b"] std = []