# 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 = "pam-ssh-agent" version = "0.5.0" description = """ A PAM module that authenticates using the ssh-agent. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nresare/pam-ssh-agent" [lib] name = "pam_ssh_agent" crate-type = [ "lib", "cdylib", ] [dependencies.anyhow] version = "1.0.81" [dependencies.getrandom] version = "0.2.13" [dependencies.pam-bindings] version = "0.1.1" [dependencies.signature] version = "2.2.0" [dependencies.ssh-agent-client-rs] version = "0.9.1" [dependencies.ssh-key] version = "0.6.5" features = ["crypto"] [dependencies.syslog] version = "6.1.0"