Cargo Features

async-acme has no features set by default.

[dependencies]
async-acme = { version = "0.6.0", features = ["rustls_ring", "rustls_aws_lc_rs", "use_async_std", "use_tokio", "use_openssl"] }
rustls_ring = rustls-pemfile

Enables rustls of generic-async-http-client, ring of rustls and ring

used by rustls

and pem and ring of rcgen

uses ring

Affects async-acme::rustls_helper

rustls_aws_lc_rs = rustls-pemfile

Enables aws-lc-rs, rustls_aws_lc_rs of generic-async-http-client, aws_lc_rs and pem of rcgen, aws_lc_rs of rustls

Affects async-acme::rustls_helper

use_async_std = async-std

Enables use_async_h1 of generic-async-http-client

use_tokio

Enables use_hyper of generic-async-http-client, fs and time of tokio

use_openssl = native-tls, openssl

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 rustls_aws_lc_rs? rustls_ring?
rcgen rustls_aws_lc_rs? rustls_ring?
rustls-pemfile rustls_aws_lc_rs? rustls_ring?
openssl use_openssl?
native-tls use_openssl?
async-std use_async_std?
tokio use_tokio?