Cargo Features

[dependencies]
async-tls = { version = "0.13.0", default-features = false, features = ["client", "early-data", "server", "rustls-webpki"] }
default = client, server

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

client default = webpki-roots

Affects async-tls::client

early-data
server default

Affects async-tls::server

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.

rustls-webpki implicit feature

Enables rustls-webpki ^0.101.4

rustls-webpki:

Web PKI X.509 Certificate Verification

webpki-roots client

Enables webpki-roots ^0.22.3