# 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 = "merkle-trees-cry4" version = "0.1.1" description = "Implementation of Merkle trees with one time signatures as leafs" license = "MIT" repository = "https://github.com/CRY4-Hash-Based-Signatures/Merkle-Trees" resolver = "2" [[bin]] name = "benchmark" required-features = ["build-binary"] [dependencies.itertools] version = "0.10.3" optional = true [dependencies.one-time-signatures-cry4] version = "0.1.0" [dependencies.rand] version = "0.8.5" optional = true [dependencies.sha2] version = "0.10.2" [features] build-binary = [ "rand", "itertools", ]