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:
parent
6f5f59d7a9
commit
b97446a3c9
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue