| ukey2_connections = { path = "../ukey2_connections" } |
| crypto_provider_default.workspace = true |
| lock_adapter = {workspace = true, features = ["spin"]} |
| lazy_static.workspace = true |
| rand_chacha.workspace = true |
| default = ["rustcrypto", "std"] |
| std = ["lock_adapter/std"] |
| boringssl = ["crypto_provider_default/boringssl", "std"] |
| rustcrypto = ["crypto_provider_default/rustcrypto"] |
| # Static lib is a bit large, resulting in quite a large test executable. |
| # This will be also shipped as a dynamic lib in most environments (I think) so good to replicate those conditions. |