async-ssh 0.1.2

High-level library for asynchronous SSH connections
Documentation
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "jonhoo/async-ssh"
[dependencies.futures]
version = "0.1"

[dependencies.thrussh]
version = "0.19"

[dependencies.thrussh-keys]
version = "0.9"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["network-programming", "api-bindings"]
description = "High-level library for asynchronous SSH connections"
documentation = "https://docs.rs/async-ssh"
homepage = "https://github.com/jonhoo/async-ssh"
keywords = ["ssh", "asynchronous"]
license = "MIT/Apache-2.0"
name = "async-ssh"
readme = "README.md"
repository = "https://github.com/jonhoo/async-ssh.git"
version = "0.1.2"