# 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 = "merkle-cbt" version = "0.3.2" authors = ["Nervos Core Dev "] description = "A library for generating efficient Merkle tree and combined Merkle proof based on complete binary tree" readme = "README.md" keywords = ["merkle", "proof"] categories = ["algorithms", "data-structures"] license = "MIT" repository = "https://github.com/nervosnetwork/merkle-tree" [dependencies.cfg-if] version = "1" [dev-dependencies.proptest] version = "1" [features] default = ["std"] std = [] [badges.maintenance] status = "actively-developed"