[dependencies.bytes]
version = "1.4.0"
[dependencies.hexdump]
version = "0.1.1"
[dependencies.signature]
version = "1.6.4"
[dependencies.ssh-encoding]
version = "0.1.0"
[dependencies.ssh-key]
features = ["rsa", "dsa", "ed25519", "ecdsa"]
version = "0.5.1"
[dev-dependencies.getrandom]
version = "0.2.9"
[package]
description = "Pure rust implementation of the ssh-agent protocol. It can be used to write clients that interact with the ssh agent.\n"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ssh-agent-client-rs"
readme = "README.md"
repository = "https://github.com/nresare/ssh-agent-client-rs"
version = "0.4.0"