Cargo Features

[dependencies]
async-web-client = { version = "0.6.2", default-features = false, features = ["tls12", "ring", "aws-lc-rs", "websocket"] }
default = aws-lc-rs, tls12

These default features are set whenever async-web-client is added without default-features = false somewhere in the dependency tree.

tls12 default

Enables tls12 of futures-rustls

ring

Enables ring of futures-rustls

Affects http::RequestWithBodyExt.send, http::RequestWithoutBodyExt.send

aws-lc-rs default

Enables aws-lc-rs of futures-rustls

Affects http::RequestWithBodyExt.send, http::RequestWithoutBodyExt.send

websocket = async-ws

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.

async-ws websocket?