# 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_sigs" version = "0.7.0" authors = ["Frederic Jacobs "] description = "Implementation of the Lamport one-time signature scheme." homepage = "https://github.com/SpinResearch/lamport_sigs.rs" documentation = "https://spinresearch.github.io/lamport_sigs.rs/lamport_sigs/index.html" readme = "README.md" keywords = ["lamport", "signature-scheme"] categories = ["cryptography", "algorithms"] license = "BSD-3-Clause" repository = "https://github.com/SpinResearch/lamport_sigs.rs" [package.metadata.release] dev-version-ext = "pre" doc-branch = "gh-pages" doc-commit-message = "Update documentation." pre-release-commit-message = "Release version {{version}}." pro-release-commit-message = "Start next development iteration {{version}}." sign-commit = true tag-message = "Release version {{version}}." upload-doc = true [dependencies.ring] version = "^0.16.1"