# 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 = "ssh-agent-client-rs" version = "0.9.1" description = """ Pure rust implementation of the ssh-agent protocol. It can be used to write clients that interact with the ssh agent. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nresare/ssh-agent-client-rs" [dependencies.bytes] version = "1.5.0" [dependencies.signature] version = "2.2.0" [dependencies.ssh-encoding] version = "0.2.0" [dependencies.ssh-key] version = "0.6.4" features = ["crypto"] [dependencies.thiserror] version = "1.0.57" [dev-dependencies.getrandom] version = "0.2.12"