sshkit_rs 0.1.0

A Rust library to execute commands on remote hosts using SSH
Documentation
[package]
name = "sshkit_rs"
version = "0.1.0"
edition = "2021"
authors = ["Issam Hakimi aka Killix <no@email.com>"]
license = "MIT"
description = "A Rust library to execute commands on remote hosts using SSH"
keywords = ["ssh", "sshkit"]
readme = "README.md"
repository = "https://github.com/MonkeyDLabs/sshkit.rs"
homepage = "https://github.com/MonkeyDLabs/sshkit.rs"

[lib]
name = "sshkit_rs"
path = "src/lib.rs"

[dependencies]
ssh2 = "0.9.4"
thiserror = "1.0.29"
tokio = { version = "1.14.0", features = ["full"] }
bb8 = "0.8.0"
async-trait = "0.1.68"
shell-escape = "0.1.5"
futures = "0.3"
num_cpus = "1.15.0"