sequoia-sqv 0.4.0

A simple signature verification program
# 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 = "sequoia-sqv"
version = "0.4.0"
authors = ["Justus Winter <justus@sequoia-pgp.org>", "Kai Michaelis <kai@sequoia-pgp.org>", "Neal H. Walfield <neal@sequoia-pgp.org>"]
description = "A simple signature verification program"
homepage = "https://sequoia-pgp.org/"
documentation = "https://docs.sequoia-pgp.org/sqv"
readme = "README.md"
keywords = ["cryptography", "openpgp", "pgp", "signature", "verification"]
categories = ["cryptography", "command-line-utilities"]
license = "GPL-3.0"
repository = "https://gitlab.com/sequoia-pgp/sequoia"

[[bin]]
name = "sqv"
path = "src/sqv-usage.rs"
[dependencies.clap]
version = "2.32.0"

[dependencies.failure]
version = "0.1.2"

[dependencies.sequoia-openpgp]
version = "0.4"
default-features = false

[dependencies.time]
version = "0.1.38"
[dev-dependencies.assert_cli]
version = "0.6"
[build-dependencies.clap]
version = "2.27.1"
[badges.gitlab]
repository = "sequoia-pgp/sequoia"

[badges.maintenance]
status = "actively-developed"