mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
disable rustls support
This commit is contained in:
parent
8683ba8bb0
commit
512dd2be63
@ -66,7 +66,7 @@ fail = ["actix-http/fail"]
|
||||
openssl = ["open-ssl", "actix-server/openssl", "awc/openssl"]
|
||||
|
||||
# rustls
|
||||
rustls = ["rust-tls", "actix-server/rustls", "awc/rustls"]
|
||||
# rustls = ["rust-tls", "actix-server/rustls", "awc/rustls"]
|
||||
|
||||
[dependencies]
|
||||
actix-codec = "0.2.0-alpha.1"
|
||||
|
@ -19,10 +19,9 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust.
|
||||
|
||||
* [User Guide](https://actix.rs/docs/)
|
||||
* [API Documentation (1.0)](https://docs.rs/actix-web/)
|
||||
* [API Documentation (0.7)](https://docs.rs/actix-web/0.7.19/actix_web/)
|
||||
* [Chat on gitter](https://gitter.im/actix/actix)
|
||||
* Cargo package: [actix-web](https://crates.io/crates/actix-web)
|
||||
* Minimum supported Rust version: 1.36 or later
|
||||
* Minimum supported Rust version: 1.39 or later
|
||||
|
||||
## Example
|
||||
|
||||
|
@ -29,7 +29,7 @@ default = []
|
||||
openssl = ["open-ssl", "actix-connect/openssl", "tokio-openssl"]
|
||||
|
||||
# rustls support
|
||||
rustls = ["rust-tls", "webpki-roots", "actix-connect/rustls"]
|
||||
# rustls = ["rust-tls", "webpki-roots", "actix-connect/rustls"]
|
||||
|
||||
# brotli encoding, requires c compiler
|
||||
brotli = ["brotli2"]
|
||||
@ -107,7 +107,7 @@ webpki-roots = { version = "0.18", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1.0.0-alpha.1"
|
||||
actix-server = { version = "0.8.0-alpha.1", features=["openssl", "rustls"] }
|
||||
actix-server = { version = "0.8.0-alpha.1", features=["openssl"] }
|
||||
actix-connect = { version = "1.0.0-alpha.1", features=["openssl"] }
|
||||
actix-http-test = { version = "0.3.0-alpha.1", features=["openssl"] }
|
||||
env_logger = "0.6"
|
||||
|
@ -30,7 +30,7 @@ default = ["brotli", "flate2-zlib"]
|
||||
openssl = ["open-ssl", "actix-http/openssl"]
|
||||
|
||||
# rustls
|
||||
rustls = ["rust-tls", "actix-http/rustls"]
|
||||
# rustls = ["rust-tls", "actix-http/rustls"]
|
||||
|
||||
# brotli encoding, requires c compiler
|
||||
brotli = ["actix-http/brotli"]
|
||||
|
Loading…
Reference in New Issue
Block a user