# 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 = "lamport_signature_plus" version = "0.3.0" authors = ["Michael Lodder "] description = "An implementation of the Lamport one-time signature scheme." documentation = "https://docs.rs/lamport_signature_plus" readme = "README.md" keywords = [ "lamport", "signature", "crypto", "cryptography", ] license = "MIT/Apache-2.0" repository = "https://github.com/mikelodder7/lamport_signature_plus" [[bench]] name = "blake2" harness = false [[bench]] name = "sha2" harness = false [[bench]] name = "sha3" harness = false [[bench]] name = "whirlpool" harness = false [dependencies.digest] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.subtle] version = "2.5" [dependencies.thiserror] version = "1.0" [dependencies.vsss-rs] version = "4.0" features = ["std"] [dependencies.zeroize] version = "1" [dev-dependencies.blake2] version = "0.10" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.sha2] version = "0.10" [dev-dependencies.sha3] version = "0.10" [dev-dependencies.whirlpool] version = "0.10"