[dependencies.futures]
version = "0.3.4"
[dependencies.piper]
version = "0.1"
[dependencies.smol]
version = "0.1"
[dependencies.ssh2]
version = "0.8"
[dev-dependencies.tempfile]
version = "3.1"
[dev-dependencies.tokio]
features = ["io-driver", "io-util", "macros", "rt-core"]
version = "0.2"
[features]
vendored-openssl = ["ssh2/vendored-openssl"]
[package]
authors = ["spebern sp33cht@googlemail.com"]
description = "Async wrapper over ssh2."
documentation = "https://docs.rs/async-ssh2"
edition = "2018"
homepage = "https://github.com/spebern/async-ssh2"
keywords = ["ssh", "async"]
license = "MIT/Apache-2.0"
name = "async-ssh2"
readme = "README.md"
repository = "https://github.com/spebern/async-ssh2"
version = "0.1.0-beta"