Restore rpk feature in tokio-boring

It serves no purpose as there is no additional API in tokio-boring when
this feature is enabled, but there is a test gated by it and it can't
be conditionnally enabled only when boring's feature is enabled.
This commit is contained in:
Anthony Ramine 2023-12-13 14:18:05 +01:00 committed by Anthony Ramine
parent 6f5f59d7a9
commit b97446a3c9
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ fips-link-precompiled = ["boring/fips-link-precompiled", "boring-sys/fips-link-p
# Enables experimental post-quantum crypto (https://blog.cloudflare.com/post-quantum-for-all/)
pq-experimental = ["boring/pq-experimental"]
# Enables Raw public key API (https://datatracker.ietf.org/doc/html/rfc7250)
rpk = ["boring/rpk"]
[dependencies]
boring = { workspace = true }
boring-sys = { workspace = true }