# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bb8-async-ssh2-lite" version = "0.4.0" authors = ["vkill "] description = "Asynchronous ssh2 connection pool." homepage = "https://github.com/bk-rs/ssh-rs" documentation = "https://docs.rs/bb8-async-ssh2-lite" readme = "README.md" keywords = [ "SSH", "SSH2", ] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/ssh-rs" [package.metadata.docs.rs] features = ["tokio"] [dependencies.async-ssh2-lite] version = "0.5" default-features = false [dependencies.async-trait] version = "0.1" default-features = false [dependencies.bb8] version = "0.8" default-features = false [dependencies.tokio_crate] version = "1" features = ["sync"] optional = true default-features = false package = "tokio" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.tokio_crate] version = "1" features = [ "macros", "rt-multi-thread", "net", ] package = "tokio" [features] default = ["tokio"] tokio = [ "async-ssh2-lite/tokio", "tokio_crate", ]