ssh2 0.8.3

Bindings to libssh2 for interacting with SSH servers and executing remote commands, forwarding local ports, etc.
Documentation
[dependencies.bitflags]
version = "1.2"

[dependencies.libc]
version = "0.2"

[dependencies.libssh2-sys]
version = "0.2.18"

[dependencies.parking_lot]
version = "0.10"
[dev-dependencies.tempdir]
version = "0.3"

[features]
vendored-openssl = ["libssh2-sys/vendored-openssl"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
description = "Bindings to libssh2 for interacting with SSH servers and executing remote\ncommands, forwarding local ports, etc.\n"
documentation = "https://docs.rs/ssh2"
homepage = "https://github.com/alexcrichton/ssh2-rs"
keywords = ["ssh"]
license = "MIT/Apache-2.0"
name = "ssh2"
readme = "README.md"
repository = "https://github.com/alexcrichton/ssh2-rs"
version = "0.8.3"