Cargo Features
[dependencies]
hyper-boring-patch = { version = "4.9.7-1", default-features = false, features = ["runtime", "fips", "fips-link-precompiled", "pq-experimental"] }
- default = runtime
-
The
runtime
feature is set by default wheneverhyper-boring-patch
is added without
somewhere in the dependency tree.default-features = false - runtime default
-
Enables runtime of hyper-patch
hyper-patch:
Tokio support
- fips
-
Use a FIPS-validated version of boringssl.
Enables fips of tokio-boring-patch
- fips-link-precompiled
-
Link with precompiled FIPS-validated
bcm.o
module.Enables fips-link-precompiled of tokio-boring-patch
- pq-experimental
-
Enables experimental post-quantum crypto (https://blog.cloudflare.com/post-quantum-for-all/)
Enables pq-experimental of tokio-boring-patch