Cargo Features

tokio-boring has no features set by default.

[dependencies]
tokio-boring = { version = "4.6.0", features = ["fips", "fips-link-precompiled", "pq-experimental", "rpk"] }
fips

Use a FIPS-validated version of boringssl.

Enables fips of boring and boring-sys

Link with precompiled FIPS-validated bcm.o module.

Enables fips-link-precompiled of boring and boring-sys

pq-experimental

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

Enables pq-experimental of boring

rpk

Enables Raw public key API (https://datatracker.ietf.org/doc/html/rfc7250)

Enables rpk of boring