thrussh_client 0.5.0

A high-level SSH client built with Thrussh and Mio.
Documentation
[package]
name = "thrussh_client"
description = "A high-level SSH client built with Thrussh and Mio."
version = "0.5.0"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
repository = "https://pijul.org/thrussh_client"
documentation = "https://pijul.org/thrussh/doc/thrussh_client"
homepage = "https://pijul.org/thrussh"
license = "Apache-2.0"
include = ["Cargo.toml", "src/lib.rs"]

[dependencies]
mio = "0.5"
thrussh = "0.5"
env_logger = "0.3"
log = "0.3"
termios = "0.2.2"
regex = "0.1"
user = "0.1"