Cargo Features

async-acme has no features set by default.

[dependencies]
async-acme = { version = "0.5.0", features = ["use_rustls", "use_async_std", "use_tokio", "use_openssl", "hyper_rustls", "async_std_rustls"] }
use_rustls async_std_rustls? hyper_rustls? = ring, rustls, rustls-pemfile

Enables rustls of generic-async-http-client and pem and ring of rcgen ^0.12

uses ring

Affects async-acme::rustls_helper

use_async_std async_std_rustls? = async-std

Enables use_async_h1 of generic-async-http-client

use_tokio hyper_rustls?

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

use_openssl = native-tls, openssl
hyper_rustls = use_rustls, use_tokio
async_std_rustls = use_async_std, use_rustls

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 use_rustls?

Enables rustls ^0.22

ring use_rustls?

Enables ring

used by rustls

rcgen use_rustls?

Enables rcgen ^0.12

rustls-pemfile use_rustls?
openssl use_openssl?
native-tls use_openssl?
async-std use_async_std?
tokio use_tokio?