# 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" rust-version = "1.60" name = "sequoia-keyring-linter" version = "1.0.1" authors = ["Neal Walfield "] description = "A linter for keyrings" homepage = "https://sequoia-pgp.org/" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", "keyring", "linter", ] categories = [ "cryptography", "command-line-utilities", ] license = "GPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/keyring-linter" resolver = "2" [[bin]] name = "sq-keyring-linter" path = "src/keyring-linter.rs" [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1" [dependencies.atty] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] [dependencies.rpassword] version = "6.0" [dependencies.sequoia-openpgp] version = "1.0" default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.predicates] version = "1.0.5" [build-dependencies.anyhow] version = "1.0.18" [build-dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] [build-dependencies.clap_complete] version = "4.0" [build-dependencies.clap_mangen] version = "0.2" [features] crypto-cng = ["sequoia-openpgp/crypto-cng"] crypto-nettle = ["sequoia-openpgp/crypto-nettle"] default = ["crypto-nettle"] [badges.gitlab] repository = "sequoia-pgp/keyring-linter" [badges.maintenance] status = "actively-developed"