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
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.