Cargo Features
[dependencies]
hyper-boring = { version = "4.11.0", default-features = false, features = ["runtime", "fips", "fips-link-precompiled", "pq-experimental", "hyper1"] }
- default = runtime
-
The
runtime
feature is set by default wheneverhyper-boring
is added without
somewhere in the dependency tree.default-features = false - runtime default
-
Enables runtime of hyper ^0.14
- fips
-
Use a FIPS-validated version of boringssl.
Enables fips of tokio-boring
- fips-link-precompiled
-
Link with precompiled FIPS-validated
bcm.o
module.Enables fips-link-precompiled of tokio-boring
- pq-experimental
-
Enables experimental post-quantum crypto (https://blog.cloudflare.com/post-quantum-for-all/)
Enables pq-experimental of tokio-boring
- hyper1
-
Enable Hyper 1 support
Enables http, hyper, hyper-util, and tower-service
Affects
hyper-boring::v1
…