# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "lamport_signature" version = "0.1.4" authors = ["Henrique Sasaki Yuya "] description = "A Rust implementation of the Lamport one-time signature scheme." documentation = "https://docs.rs/lamport_signature" readme = "README.md" keywords = ["lamport", "signature", "crypto", "cryptography"] license = "MIT" repository = "https://github.com/moriturus/lamport_signature" [dependencies.digest] version = "0.7.2" [dependencies.log] version = "0.4.1" [dependencies.rand] version = "0.5.0" [dependencies.typenum] version = "1.10.0" [dev-dependencies.blake2] version = "0.7.1" [dev-dependencies.env_logger] version = "0.5.10" [dev-dependencies.groestl] version = "0.7.0" [dev-dependencies.sha2] version = "0.7.1" [dev-dependencies.sha3] version = "0.7.3" [dev-dependencies.whirlpool] version = "0.7.1"