# 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 = "t-ssh-client" version = "0.2.1" authors = ["kolapapa "] description = "Rust async ssh client wrapped by thrussh" homepage = "https://github.com/kolapapa/t-ssh-client" readme = "README.md" keywords = [ "tokio", "ssh", "thrussh", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/kolapapa/t-ssh-client" resolver = "2" [dependencies.thiserror] version = "1.0.31" [dependencies.thrussh] version = "0.33.5" [dependencies.thrussh-keys] version = "0.21.0" [dependencies.tokio] version = "1" features = [ "time", "fs", ] default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [features] openssl = [ "thrussh/openssl", "thrussh-keys/openssl", ]