# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gpgrv" version = "0.4.1" authors = ["Chris West (Faux) "] 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.anyhow] version = "1" [dependencies.base64] version = "0.22" [dependencies.byteorder] version = "1" [dependencies.digest] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.iowrap] version = "0.2" [dependencies.libflate] version = "2" [dependencies.memchr] version = "2" [dependencies.num] version = "0.4" [dependencies.sha-1] version = "0.10" [dependencies.sha2] version = "0.10" [dev-dependencies.clap] version = "4" features = ["cargo"] [dev-dependencies.distro-keyring] version = "0.1" [dev-dependencies.tempfile] version = "3" [badges.travis-ci] repository = "FauxFaux/gpgrv"