Cargo Features
actix-test has no features set by default.
[dependencies]
actix-test = { version = "0.1.5", features = ["rustls", "rustls-0_20", "rustls-0_21", "rustls-0_22", "rustls-0_23", "openssl"] }
- rustls = rustls-0_20
-
TLS via Rustls v0.20
- rustls-0_20 rustls? = tls-rustls-0_20
-
TLS via Rustls v0.20
Enables rustls-0_20 of actix-http and awc
- rustls-0_21 = tls-rustls-0_21
-
TLS via Rustls v0.21
Enables rustls-0_21 of actix-http and awc
- rustls-0_22 = tls-rustls-0_22
-
TLS via Rustls v0.22
Enables rustls-0_22 of actix-http, rustls-0_22-webpki-roots of awc
- rustls-0_23 = tls-rustls-0_23
-
TLS via Rustls v0.23
Enables rustls-0_23 of actix-http, rustls-0_23-webpki-roots of awc
- openssl = tls-openssl
-
TLS via OpenSSL
Enables openssl of actix-http and awc
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- tls-openssl openssl?
-
Enables openssl
- tls-rustls-0_20 rustls-0_20?
-
Enables rustls ^0.20
- tls-rustls-0_21 rustls-0_21?
-
Enables rustls ^0.21
- tls-rustls-0_22 rustls-0_22?
-
Enables rustls ^0.22
- tls-rustls-0_23 rustls-0_23?
-
Enables rustls