# 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 = "rs_merkle" version = "1.4.2" authors = ["Anton Suprunchuk "] exclude = [ "/ci/*", "/scripts/*", "/.github/*", "/bors.toml", ] description = "The most advanced Merkle Tree library for Rust. Supports creating and verifying proofs, multi-proofs, as well as advanced features, such as tree diffs, transactional changes, and rollbacks" documentation = "https://docs.rs/rs_merkle/" readme = "README.md" keywords = [ "merkle", "tree", "proof", "hash", "multiproof", ] license = "Apache-2.0/MIT" repository = "https://github.com/antouhou/rs-merkle" [dependencies.sha2] version = "0.10" default-features = false [dev-dependencies.rayon] version = "1.5.1" [features] default = ["std"] std = ["sha2/std"]