Cargo Features

[dependencies]
instant-acme = { version = "0.8.4", default-features = false, features = ["aws-lc-rs", "fips", "hyper-rustls", "rcgen", "ring", "time", "x509-parser"] }
default = aws-lc-rs, hyper-rustls

These default features are set whenever instant-acme is added without default-features = false somewhere in the dependency tree.

aws-lc-rs default fips?

Enables aws-lc-rs, aws_lc_rs of rcgen, aws-lc-rs of optional hyper-rustls

fips = aws-lc-rs

Enables fips of optional aws-lc-rs

aws-lc-rs:

require FIPS

hyper-rustls default

Enables hyper, hyper-rustls, hyper-util, and rustls

rcgen aws-lc-rs ring?

Enables rcgen

ring

Enables ring, ring of rcgen and optional hyper-rustls

time

Enables time

Affects types::RenewalInfo, types::SuggestedWindow

x509-parser

Enables x509-parser