# 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] edition = "2018" name = "leslie_lamport" version = "0.3.1" authors = ["0xAtropine"] description = "A Post-Quantum Cryptographic Library For Lamport Signatures" readme = "README.md" keywords = ["crypto", "cryptography", "post-quantum", "security", "signature"] categories = ["cryptography", "authentication", "algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/0xAtropine/Leslie-Lamport" [[example]] name = "serde" path = "examples/serde.rs" [[example]] name = "generation" path = "examples/generation.rs" [[example]] name = "advanced_generation" path = "examples/advanced_generation.rs" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.crypto-hash] version = "0.3.4" [dependencies.getrandom] version = "0.1.16" [dependencies.hex] version = "0.4.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.12"