# 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 = "2021" name = "light_binary_merkle_tree" version = "0.1.0" authors = ["mrwojack@proton.me"] description = "A light-weight merkle tree implementation that allows to use any hashing algorithms from the packages sha2 and sha3" documentation = "https://docs.rs/merkle_rs" readme = "README.md" license = "MIT" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.serde] version = "1.0.174" [dependencies.serde_derive] version = "1.0.174" [dependencies.serde_json] version = "1.0.103" [dependencies.sha2] version = "0.10.7" [dependencies.sha3] version = "0.10.8"