# 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 = "sshd-openpgp-auth" version = "0.3.0" authors = [ "David Runge ", "Wiktor Kwapisiewicz ", ] description = "Command-line tool for creating and managing OpenPGP based trust anchors for SSH host keys" 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" features = ["clock"] [dependencies.clap] version = "4.4.18" features = [ "derive", "env", ] [dependencies.email_address] version = "0.2.4" [dependencies.fqdn] version = "0.3.2" [dependencies.sequoia-openpgp] version = "1.18.0" [dependencies.ssh-key] version = "0.6.4" features = [ "dsa", "ed25519", "rsa", "alloc", ] [dependencies.strum] version = "0.26.1" features = [ "derive", "strum_macros", ] [dependencies.thiserror] version = "1.0.56" [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.testdir] version = "0.9.1" [dev-dependencies.testresult] version = "0.3.0"