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 whenever hyper-boring is added without default-features = false somewhere in the dependency tree.

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

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