# 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" rust-version = "1.73" name = "lms-signature" version = "0.0.1" description = "Pure Rust implementation of Leighton-Micali Hash-Based Signatures (RFC 8554)" readme = "README.md" keywords = [ "crypto", "signature", ] categories = ["cryptography"] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/signatures/tree/master/lms" [dependencies.digest] version = "0.10.7" [dependencies.generic-array] version = "0.14.4" features = ["zeroize"] [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.sha2] version = "0.10.8" [dependencies.signature] version = "2.3.0-pre.0" features = [ "digest", "std", "rand_core", ] [dependencies.static_assertions] version = "1.1.0" [dependencies.typenum] version = "1.17.0" features = ["const-generics"] [dependencies.zeroize] version = "1.7.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1"