# 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] name = "tokio-tls-api" version = "0.2.1" authors = ["Carl Lerche ", "Alex Crichton "] description = "An implementation of TLS/SSL streams for Tokio giving an implementation of TLS\nfor nonblocking I/O streams.\n" documentation = "https://docs.rs/tokio-tls-api" categories = ["asynchronous", "network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/stepancheg/rust-tls-api" [dependencies.futures] version = "0.1" [dependencies.tls-api] version = "=0.2.1" [dependencies.tokio-io] version = "0.1.6" [dependencies.tokio-proto] version = "0.1" optional = true [dev-dependencies.cfg-if] version = "0.1" [dev-dependencies.env_logger] version = "0.5" default-features = false [dev-dependencies.tokio-tcp] version = "0.1.0" [target."cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))".dev-dependencies.openssl] version = "0.10.20" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dev-dependencies.security-framework] version = "0.1" [target."cfg(windows)".dev-dependencies.advapi32-sys] version = "0.2" [target."cfg(windows)".dev-dependencies.crypt32-sys] version = "0.2" [target."cfg(windows)".dev-dependencies.kernel32-sys] version = "0.2" [target."cfg(windows)".dev-dependencies.schannel] version = "0.1" [target."cfg(windows)".dev-dependencies.winapi] version = "0.2"