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 wheneverquincy
is added without
somewhere in the dependency tree.default-features = false - jemalloc = jemallocator
- crypto-standard default
-
Enables rustls-ring of quinn
Quinn
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?