# 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 = "trezm-temp-tokio-tls" version = "0.0.1" authors = ["Tokio Contributors "] description = "An implementation of TLS/SSL streams for Tokio giving an implementation of TLS\nfor nonblocking I/O streams.\n" homepage = "https://tokio.rs" documentation = "https://docs.rs/tokio-tls/0.3.0-alpha.4/tokio_tls/" categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/tokio-rs/tokio" [package.metadata.docs.rs] all-features = true [dependencies.native-tls] version = "0.2" [dependencies.tokio-io] version = "=0.2.0-alpha.4" [dev-dependencies.cfg-if] version = "0.1" [dev-dependencies.env_logger] version = "0.6" default-features = false [dev-dependencies.futures-preview] version = "=0.3.0-alpha.18" features = ["async-await", "nightly"] [dev-dependencies.tokio] version = "=0.2.0-alpha.4" [dev-dependencies.tokio-net] version = "=0.2.0-alpha.4" features = ["tcp", "async-traits"] [target."cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))".dev-dependencies.openssl] version = "0.10" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dev-dependencies.security-framework] version = "0.2" [target."cfg(windows)".dev-dependencies.schannel] version = "0.1" [target."cfg(windows)".dev-dependencies.winapi] version = "0.3" features = ["lmcons", "basetsd", "minwinbase", "minwindef", "ntdef", "sysinfoapi", "timezoneapi", "wincrypt", "winerror"] [badges.travis-ci] repository = "tokio-rs/tokio-tls"