bb8-async-ssh2-lite 0.1.0

Asynchronous ssh2 connection pool.
Documentation
[dependencies.async-ssh2-lite]
default-features = false
version = "0.4"

[dependencies.async-trait]
default-features = false
version = "0.1"

[dependencies.bb8]
default-features = false
version = "0.8"

[features]
default = ["tokio"]
tokio = ["async-ssh2-lite/tokio"]

[package]
authors = ["vkill <vkill.net@gmail.com>"]
categories = []
description = "Asynchronous ssh2 connection pool."
documentation = "https://docs.rs/bb8-async-ssh2-lite"
edition = "2021"
homepage = "https://github.com/bk-rs/ssh-rs"
keywords = ["SSH", "SSH2"]
license = "Apache-2.0 OR MIT"
name = "bb8-async-ssh2-lite"
readme = "README.md"
repository = "https://github.com/bk-rs/ssh-rs"
resolver = "1"
version = "0.1.0"