gpgrv 0.2.2

Pure-Rust implementation of gpgv, to verify gpg signatures
Documentation
# 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 = "gpgrv"
version = "0.2.2"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
description = "Pure-Rust implementation of gpgv, to verify gpg signatures"
readme = "README.md"
categories = ["authentication", "cryptography", "parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/FauxFaux/gpgrv"
[profile.release]
lto = true
[dependencies.base64]
version = "0.10"

[dependencies.byteorder]
version = "1"

[dependencies.cast]
version = "0.2"

[dependencies.digest]
version = "0.8"

[dependencies.failure]
version = "0.1"

[dependencies.hex]
version = "0.3"

[dependencies.iowrap]
version = "0.2"

[dependencies.libflate]
version = "0.1"

[dependencies.memchr]
version = "2"

[dependencies.num]
version = "0.2"

[dependencies.sha-1]
version = "0.8"

[dependencies.sha2]
version = "0.8"
[dev-dependencies.clap]
version = "2"

[dev-dependencies.distro-keyring]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"
[badges.travis-ci]
repository = "FauxFaux/gpgrv"