pam-ssh-agent 0.9.7

A PAM module that authenticates using the ssh-agent.
Documentation
# 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.88"
name = "pam-ssh-agent"
version = "0.9.7"
authors = ["Noa Resare"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
native-crypto = [
    "dep:openssl",
    "dep:p256",
    "dep:p384",
    "dep:p521",
]

[lib]
name = "pam_ssh_agent"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[[example]]
name = "authenticator"
path = "examples/authenticator.rs"

[[example]]
name = "testdata"
path = "examples/testdata.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[[test]]
name = "sk_not_present"
path = "tests/sk_not_present.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.getrandom]
version = "0.4"

[dependencies.hostname]
version = "0.4"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.openssl]
version = "0.10"
optional = true

[dependencies.p256]
version = "0.13"
optional = true

[dependencies.p384]
version = "0.13"
optional = true

[dependencies.p521]
version = "0.13"
optional = true

[dependencies.pam-bindings]
version = "0.3"

[dependencies.signature]
version = "2.2"

[dependencies.ssh-agent-client-rs]
version = "1.1"

[dependencies.ssh-key]
version = "0.6"
features = ["crypto"]

[dependencies.syslog]
version = "6.1"

[dependencies.uzers]
version = "0.12"
default-features = false

[dependencies.wait-timeout]
version = "0.2"

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.ssh-encoding]
version = "0.2"