# 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 = "openssl-async" version = "0.3.0-alpha.5" authors = ["Josh Robson Chase "] description = "Wrappers for the OpenSSL crate to allow use in async applications" documentation = "https://docs.rs/openssl-async" readme = "README.md" keywords = ["crypto", "tls", "ssl", "async", "futures"] license = "Apache-2.0" repository = "https://gitlab.com/jrobsonchase/openssl-async" [dependencies.async-stdio] version = "0.3.0-alpha.4" [dependencies.futures-preview] version = "0.3.0-alpha.19" [dependencies.openssl] version = "0.10.25" [dependencies.tokio-io] version = "0.2.0-alpha.6" optional = true [dev-dependencies.runtime] version = "0.3.0-alpha.7" [features] default = [] tokio = ["tokio-io"]