# 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 = "ckb-merkle-mountain-range" version = "0.6.0" authors = ["Nervos Core Dev "] description = "A generalized merkle mountain range implementation" readme = "README.md" license = "MIT" repository = "https://github.com/nervosnetwork/merkle-mountain-range" [[bench]] name = "mmr_benchmark" harness = false [[bench]] name = "helper_benchmark" harness = false [dependencies.cfg-if] version = "1.0" [dev-dependencies.blake2b-rs] version = "0.2.0" [dev-dependencies.bytes] version = "1.4.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.faster-hex] version = "0.8.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] std = []