1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 07:30:36 +02:00

prep alpha.1 release

This commit is contained in:
Nikolay Kim
2019-11-21 19:58:55 +06:00
parent ae4394c0f2
commit 5265714f68
6 changed files with 8 additions and 10 deletions

View File

@ -26,7 +26,7 @@ default = ["uri"]
# openssl
openssl = ["open-ssl", "tokio-openssl"]
#rustls
# rustls
rustls = ["rust-tls", "tokio-rustls", "webpki"]
# support http::Uri as connect address
@ -50,7 +50,7 @@ trust-dns-resolver = { version="0.18.0-alpha.1", default-features = false }
open-ssl = { version="0.10", package = "openssl", optional = true }
tokio-openssl = { version = "0.4.0-alpha.6", optional = true }
#rustls
# rustls
rust-tls = { version = "0.16.0", package = "rustls", optional = true }
# tokio-rustls = { version = "0.10.0", optional = true }
tokio-rustls = { git = "https://github.com/quininer/tokio-rustls.git", branch = "tokio-0.2", optional = true }