Cargo Features

[dependencies]
salvo-acme = { version = "0.91.1", default-features = false, features = ["full", "aws-lc-rs", "ring", "quinn"] }
default = ring

The ring feature is set by default whenever salvo-acme is added without default-features = false somewhere in the dependency tree.

full = quinn, ring
aws-lc-rs

Enables aws-lc-rs of tokio-rustls and rustls-aws-lc-rs of optional quinn

quinn:

Enable rustls with the aws-lc-rs crypto provider

ring default full?

Enables ring of tokio-rustls and rustls-ring of optional quinn

quinn:

Enable rustls with the ring crypto provider

quinn full?

Enables futures-util and quinn, quinn of salvo_core

salvo-acme has 5 features without comments.