# 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.70" name = "ssh-gpg-agent" version = "0.1.5" authors = ["Daniel Mueller "] description = """ An SSH agent implementation that transparently supports PGP encrypted private SSH keys. """ homepage = "https://github.com/d-e-s-o/ssh-gpg-agent" readme = "README.md" keywords = [ "ssh-agent", "ssh", "gpg", "authentication", "ed25519", ] categories = [ "command-line-utilities", "authentication", "config", "cryptography", "network-programming", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/ssh-gpg-agent.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 incremental = false [dependencies.anyhow] version = "1.0.14" [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.10" default-features = false [dependencies.gpgme] version = "0.11" [dependencies.log] version = "0.4.8" [dependencies.openssl] version = "0.10.39" [dependencies.ring] version = "0.17" features = ["std"] default-features = false [dependencies.ssh-agent-lib] version = "0.2.5" features = ["agent"] [dependencies.ssh-keys] version = "0.1.3"