# 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 = "async-ssh2-lite" version = "0.5.0" authors = ["vkill "] description = "Asynchronous ssh2." homepage = "https://github.com/bk-rs/ssh-rs" documentation = "https://docs.rs/async-ssh2-lite" readme = "README.md" keywords = [ "SSH", "SSH2", ] categories = [ "asynchronous", "network-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/ssh-rs" [package.metadata.cargo-all-features] denylist = [ "vendored-openssl", "_integration_tests", "_integration_tests_tokio_ext", ] [package.metadata.docs.rs] features = [ "tokio", "async-io", ] [dependencies.async-io] version = "1.3" optional = true default-features = false [dependencies.async-trait] version = "0.1" default-features = false [dependencies.futures-util] version = "0.3" features = [ "io", "std", "async-await-macro", ] default-features = false [dependencies.libssh2-sys] version = "0.3" default-features = false [dependencies.ssh2] version = "0.9.4" default-features = false [dependencies.tokio] version = "1" features = [ "net", "time", "rt", "io-util", ] optional = true default-features = false [dev-dependencies.cfg-if] version = "1" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures-lite] version = "1" [dev-dependencies.hyper] version = "0.14" features = [ "server", "client", "http1", "tcp", ] [dev-dependencies.portpicker] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.uuid] version = "1" features = ["v4"] [features] _integration_tests = [] _integration_tests_tokio_ext = [] default = [] openssl-on-win32 = ["ssh2/openssl-on-win32"] vendored-openssl = ["ssh2/vendored-openssl"]