sshkit_rs 0.1.0

A Rust library to execute commands on remote hosts using SSH
Documentation
[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]
features = ["full"]
version = "1.14.0"

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

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