# 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 = "polkadot-ckb-merkle-mountain-range" version = "0.8.1" authors = [ "Nervos Core Dev ", "Parity Technologies ", "Robert Hambrock ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A generalized merkle mountain range implementation (polkadot fork)" readme = "README.md" license = "MIT" repository = "https://github.com/paritytech/merkle-mountain-range" [lib] name = "polkadot_ckb_merkle_mountain_range" path = "src/lib.rs" [[bench]] name = "helper_benchmark" path = "benches/helper_benchmark.rs" harness = false [[bench]] name = "mmr_benchmark" path = "benches/mmr_benchmark.rs" harness = false [dependencies.cfg-if] version = "1.0" [dependencies.itertools] version = "0.10.5" features = ["use_alloc"] default-features = false [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 = []