Cargo Features

[dependencies]
rustls-acme = { version = "0.10.1", default-features = false, features = ["ring", "aws-lc-rs", "axum", "tokio", "tls12"] }
default = aws-lc-rs, tls12

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

ring

Enables ring, ring of async-web-client and rcgen

aws-lc-rs default

Enables aws-lc-rs, aws-lc-rs of async-web-client, aws_lc_rs of rcgen

axum = tokio

Enables axum-server

Affects rustls-acme::axum

tokio axum?

Enables tokio and tokio-util

Affects rustls-acme::tokio

tls12 default

Enables tls12 of async-web-client