openssh 0.7.0

SSH through OpenSSH
Documentation
[badges.azure-devops]
build = "23"
pipeline = "openssh"
project = "jonhoo/jonhoo"

[badges.codecov]
branch = "master"
repository = "jonhoo/openssh-rs"
service = "github"

[badges.maintenance]
status = "experimental"
[dependencies.shell-escape]
version = "0.1"

[dependencies.tempfile]
version = "3.1.0"

[dependencies.tokio]
features = ["process", "io-util"]
version = "0.3"
[dev-dependencies.tokio]
features = ["full"]
version = "0.3"

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["network-programming", "api-bindings"]
description = "SSH through OpenSSH"
edition = "2018"
keywords = ["ssh", "remote", "openssh", "orchestration"]
license = "MIT OR Apache-2.0"
name = "openssh"
readme = "README.md"
repository = "https://github.com/jonhoo/openssh-rs.git"
version = "0.7.0"