# 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 = "mssmt" version = "0.0.3" authors = ["@AbdelStark "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of a Merkle-Sum Sparse Merkle Tree (MS-SMT)" homepage = "https://github.com/AbdelStark/mssmt" documentation = "https://docs.rs/mssmt" readme = "README.md" keywords = [ "merkle-tree", "sparse-merkle-tree", "data-structure", "rust", ] categories = [ "data-structures", "cryptography", ] license = "MIT" repository = "https://github.com/AbdelStark/mssmt" [lib] name = "mssmt" path = "src/lib.rs" [[example]] name = "00_basic" path = "examples/00_basic.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.hex] version = "0.4" [dependencies.once_cell] version = "1.17" [dependencies.parking_lot] version = "0.12" [dependencies.sha2] version = "0.10" [dev-dependencies] [badges.github-actions] repository = "AbdelStark/mssmt" workflow = "Continuous Integration"