-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
26 lines (24 loc) · 1.04 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "lamport_sigs"
version = "0.7.1-pre"
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
description = "Implementation of the Lamport one-time signature scheme."
license = "BSD-3-Clause"
documentation = "https://spinresearch.github.io/lamport_sigs.rs/lamport_sigs/index.html"
homepage = "https://github.com/SpinResearch/lamport_sigs.rs"
repository = "https://github.com/SpinResearch/lamport_sigs.rs"
keywords = ["lamport", "signature-scheme"]
categories = ["cryptography", "algorithms"]
readme = "README.md"
edition = "2018"
[dependencies]
ring = "0.16.15"
[package.metadata.release]
sign-commit = true
upload-doc = true
doc-branch = "gh-pages"
pre-release-commit-message = "Release version {{version}}."
pro-release-commit-message = "Start next development iteration {{version}}."
tag-message = "Release version {{version}}."
doc-commit-message = "Update documentation."
dev-version-ext = "pre"