# 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 = "user-balance-merkle-tree" version = "0.2.0" description = "A simple Merkle tree implementation in Rust for user/balance storage." readme = "README.md" keywords = [ "merkle-tree", "cryptography", "data-structure", ] categories = [ "cryptography", "data-structures", ] license = "MIT" [dependencies.bincode] version = "1.3.3" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9.8" [dependencies.thiserror] version = "1.0"