# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "async-ssh2" version = "0.1.2-beta" authors = ["spebern sp33cht@googlemail.com"] description = "Async wrapper over ssh2." homepage = "https://github.com/spebern/async-ssh2" documentation = "https://docs.rs/async-ssh2" readme = "README.md" keywords = ["ssh", "async"] license = "MIT/Apache-2.0" repository = "https://github.com/spebern/async-ssh2" [dependencies.futures] version = "0.3.4" [dependencies.smol] version = "0.1" [dependencies.ssh2] version = "0.8" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.tokio] version = "0.2" features = ["io-driver", "io-util", "macros", "rt-core"] [features] vendored-openssl = ["ssh2/vendored-openssl"]