# 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 = "openpgp-card-ssh-agent" version = "0.3.4" authors = [ "Wiktor Kwapisiewicz ", "Heiko Schaefer ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple ssh-agent backed by OpenPGP card authentication keys" documentation = "https://docs.rs/openpgp-card-ssh-agent" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/openpgp-card/ssh-agent/" [profile.release] codegen-units = 1 [[bin]] name = "openpgp-card-ssh-agent" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.card-backend-pcsc] version = "0.5" [dependencies.clap] version = "4" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.notify-rust] version = "4" optional = true [dependencies.openpgp-card] version = "0.5" [dependencies.openpgp-card-state] version = "0.3" [dependencies.p256] version = "0.13.2" [dependencies.p384] version = "0.13.0" [dependencies.p521] version = "0.13.3" [dependencies.secrecy] version = "0.8.0" [dependencies.sha2] version = "0.10" [dependencies.ssh-agent-lib] version = "0.5" [dependencies.ssh-key] version = "0.6.6" features = [ "p256", "p384", "p521", ] [dependencies.tokio] version = "1.36" features = ["full"] [features] default = ["notify"] notify = ["notify-rust"]