# 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 = "merkle_sigs" version = "1.7.0" authors = ["Frederic Jacobs "] description = "Implementation of Merkle signing" homepage = "https://github.com/SpinResearch/merkle_sigs.rs" documentation = "https://spinresearch.github.io/merkle_sigs.rs/merkle_sigs/index.html" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/SpinResearch/merkle_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.lamport_sigs] version = "^0.7.0" [dependencies.merkle] version = "^1.11.0" features = ["serialization-protobuf"] [dependencies.ring] version = "^0.16.1"