| name = "ukey2_connections" |
| test_boringssl = ["crypto_provider_default/boringssl"] |
| test_rustcrypto = ["crypto_provider_default/rustcrypto"] |
| test_openssl = ["crypto_provider_default/openssl"] |
| ukey2_rs = { path = "../ukey2" } |
| crypto_provider.workspace = true |
| rand = { workspace = true, features = ["std", "std_rng"] } |
| ukey2_proto.workspace = true |
| nom = { version = "7.1.1", features = ["alloc"] } |
| criterion.workspace = true |
| crypto_provider_default.workspace = true |
| # This would only be used when the feature "test_rustcrypto" is set, but optional dev-dependencies |
| # are not allowed ¯\_(ツ)_/¯ |
| crypto_provider_rustcrypto = { workspace = true, features = ["alloc", "std"] } |