Cargo Features

actix-test has no features set by default.

[dependencies]
actix-test = { version = "0.1.3", features = ["rustls", "rustls-0_20", "rustls-0_21", "rustls-0_22", "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

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