Cargo Features

[dependencies]
hyper-rboring = { version = "4.9.1", default-features = false, features = ["runtime", "fips", "fips-link-precompiled", "pq-experimental"] }
default = runtime

The runtime feature is set by default whenever hyper-rboring is added without default-features = false somewhere in the dependency tree.

runtime default

Enables runtime of rhyper

rhyper:

Tokio support

fips

Use a FIPS-validated version of boringssl.

Enables fips of tokio-rboring

Link with precompiled FIPS-validated bcm.o module.

Enables fips-link-precompiled of tokio-rboring

pq-experimental

Enables experimental post-quantum crypto (https://blog.cloudflare.com/post-quantum-for-all/)

Enables pq-experimental of tokio-rboring