thrussh_client 0.3.3

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.3.3"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
repository = "https://pijul.org/thrussh_client"
homepage = "https://pijul.org/thrussh"
license = "Apache-2.0"
include = ["Cargo.toml", "src/lib.rs"]

[dependencies]
net2 = "=0.2.19"
mio = "0.5.1"
thrussh = "0.3.3"
env_logger = "0.3"
log = "0.3"
termios = "0.2.2"