# 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 = "sshkit_rs" version = "0.1.0" authors = ["Issam Hakimi aka Killix "] description = "A Rust library to execute commands on remote hosts using SSH" homepage = "https://github.com/MonkeyDLabs/sshkit.rs" readme = "README.md" keywords = [ "ssh", "sshkit", ] license = "MIT" repository = "https://github.com/MonkeyDLabs/sshkit.rs" [lib] name = "sshkit_rs" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.bb8] version = "0.8.0" [dependencies.futures] version = "0.3" [dependencies.num_cpus] version = "1.15.0" [dependencies.shell-escape] version = "0.1.5" [dependencies.ssh2] version = "0.9.4" [dependencies.thiserror] version = "1.0.29" [dependencies.tokio] version = "1.14.0" features = ["full"]