Cargo Features

tokio-boring-imp has no features set by default.

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

Use a FIPS-validated version of boringssl.

Enables fips of boring-imp and boring-sys-imp

Link with precompiled FIPS-validated bcm.o module.

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

pq-experimental

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

Enables pq-experimental of boring-imp

rpk

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

Enables rpk of boring-imp