# 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_ots" version = "0.1.1" authors = ["Willy Woosley"] exclude = ["/tests"] description = "A Rust implementation of Leslie Lamport's one-time signature scheme" documentation = "https://docs.rs/lamport_ots" readme = "README.md" keywords = ["lamport", "signature", "scheme", "one-time", "cryptography"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/WillyWoosley/lamport_ots" resolver = "2" [dependencies.digest] version = "0.10" [dependencies.rand] version = "0.8" [dev-dependencies.sha2] version = "0.10"