Cargo Features

[dependencies]
quincy = { version = "0.12.0", default-features = false, features = ["jemalloc", "crypto-standard", "crypto-quantum"] }
default = crypto-standard

The crypto-standard feature is set by default whenever quincy is added without default-features = false somewhere in the dependency tree.

jemalloc = jemallocator
crypto-standard default

Enables rustls-ring of quinn

Quinn

and ring of rustls

TLS

crypto-quantum = rustls-post-quantum

Enables rustls-aws-lc-rs of quinn, aws-lc-rs of 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-post-quantum crypto-quantum?

Enables rustls-post-quantum

Post-quantum

jemallocator unix jemalloc?