ssh-gpg-agent 0.1.6

An SSH agent implementation that transparently supports PGP encrypted private SSH keys.
# 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 = "2024"
rust-version = "1.85"
name = "ssh-gpg-agent"
version = "0.1.6"
authors = ["Daniel Mueller <deso@posteo.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[[bin]]
name = "ssh-gpg-agent"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.14"

[dependencies.dirs]
version = "6.0"

[dependencies.env_logger]
version = "0.11"
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"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
incremental = false