Cargo Features

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

The ring feature is set by default whenever rustls-acme is added without default-features = false somewhere in the dependency tree.

ring default

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

aws-lc-rs

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

axum = tokio

Enables axum-server

Affects rustls-acme::axum

tokio axum?

Enables tokio and tokio-util

Affects rustls-acme::tokio