# 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 = "async-ssh2-tokio" version = "0.8.12" authors = ["Miyoshi-Ryota "] description = "Asynchronous and easy-to-use high level ssh client library for rust." readme = "README.md" keywords = [ "async", "asynchronous", "ssh", "ssh2", "ssh-client", ] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/Miyoshi-Ryota/async-ssh2-tokio" [dependencies.async-trait] version = "0.1" [dependencies.russh] version = "0.45.0" [dependencies.russh-keys] version = "0.45.0" [dependencies.russh-sftp] version = "2.0.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["fs"] [dev-dependencies] [features] openssl = ["russh/openssl"]