Cargo Features
[dependencies]
hyper-boring = { version = "4.16.0", default-features = false, features = ["runtime", "fips", "fips-precompiled", "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-precompiled
-
Use a FIPS build of BoringSSL, but don't set "fips-compat".
As of boringSSL commit a430310d6563c0734ddafca7731570dfb683dc19, we no longer need to make exceptions for the types of BufLen, ProtosLen, and ValueLen,
which means the "fips-compat" feature is no longer needed.
TODO(cjpatton) Delete this feature and modify "fips" so that it doesn't imply "fips-compat".Enables fips-precompiled 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
…