[package] name = "rs-merkletree" description = "Rust library to create Merkle Trees" repository = "https://github.com/varun-doshi/rs-merkletree" documentation = "https://docs.rs/rs-merkletree/" version = "0.1.0" authors = ["Varun Doshi "] readme = "README.md" keywords = ["merkle", "tree", "data-structures", "cryptography", "hash"] categories = ["cryptography", "data-structures","development-tools::testing"] edition = "2021" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-crypto = "0.2.36"