# 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 = "ssh-openpgp-auth" version = "0.2.2" authors = [ "David Runge ", "Wiktor Kwapisiewicz ", ] description = "Command-line tool that provides client-side functionality to transparently verify the identity of remote SSH hosts" homepage = "https://codeberg.org/wiktor/ssh-openpgp-auth" readme = "README.md" keywords = [ "authentication", "host-key", "openpgp", "ssh", "trust-anchor", ] license = "Apache-2.0 OR MIT" repository = "https://codeberg.org/wiktor/ssh-openpgp-auth" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = [ "derive", "env", ] [dependencies.hickory-client] version = "0.24.0" features = ["dnssec-openssl"] [dependencies.openpgp-cert-d] version = "0.3.1" [dependencies.reqwest] version = "0.11.24" features = ["blocking"] [dependencies.sequoia-cert-store] version = "0.4.1" [dependencies.sequoia-openpgp] version = "1.18.0" [dependencies.sequoia-wot] version = "0.9.0" default-features = false [dependencies.ssh-key] version = "0.6.4" features = [ "rsa", "ed25519", ] [dependencies.thiserror] version = "1.0.56" [dev-dependencies.copy_dir] version = "0.1.3" [dev-dependencies.dir-diff] version = "0.3.3" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.tempfile] version = "3.9.0" [dev-dependencies.testresult] version = "0.3.0"