# 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 = "smtree" version = "0.1.2" authors = ["Konstantinos Chalkias ", "Yan Ji "] description = "SMTree is a flexible sparse tree accumulator that can support various tree types via traits for custom node-merging (i.e., Merkle tree hashes) and tree-padding logic. The api supports single and batch inclusion proofs and random sampling." readme = "README.md" keywords = ["cryptography", "accumulator", "Merkle-tree", "sparse-tree", "sampling"] license = "MIT" repository = "https://github.com/novifinancial/smtree" [dependencies.blake2] version = "0.9.2" [dependencies.blake3] version = "0.3.8" features = ["rayon"] [dependencies.digest] version = "0.9.0" [dependencies.rand] version = "0.8.4" [dependencies.sha2] version = "0.9.8" [dependencies.sha3] version = "0.9.1" [dependencies.zeroize] version = "1.4.2" features = ["zeroize_derive"] default-features = false [dev-dependencies.criterion] version = "0.3.5"