async-acme 0.5.0

async ACME client for tls-alpn-01 challenge
Documentation

async-acme

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

use_rustls

  • generic-async-http-client/rustls
  • rustls
  • ring
  • rcgen/pem
  • rcgen/ring
  • rustls-pemfile

use_tokio

  • tokio/fs
  • tokio/time
  • generic-async-http-client/use_hyper

hyper_rustls

  • use_rustls
  • use_tokio

use_async_std

  • async-std
  • generic-async-http-client/use_async_h1

async_std_rustls

  • use_rustls
  • use_async_std

use_openssl

  • openssl
  • native-tls

tokio

  • dep:tokio

ring

  • dep:ring

rcgen

  • dep:rcgen

openssl

  • dep:openssl

rustls

  • dep:rustls

native-tls

  • dep:native-tls

rustls-pemfile

  • dep:rustls-pemfile

async-std

  • dep:async-std