| [package] |
| name = "ukey2_rs" |
| version.workspace = true |
| edition.workspace = true |
| publish.workspace = true |
| |
| [lints] |
| workspace = true |
| |
| [features] |
| default = [] |
| test_rustcrypto = ["crypto_provider_default/rustcrypto"] |
| test_boringssl = ["crypto_provider_default/boringssl"] |
| |
| [dependencies] |
| crypto_provider.workspace = true |
| rand.workspace = true |
| ukey2_proto.workspace = true |
| log.workspace = true |
| |
| num-bigint = "0.4.4" |
| |
| [dev-dependencies] |
| rand = { workspace = true, features = ["std_rng", "getrandom"] } |
| crypto_provider_default.workspace = true |
| sha2.workspace = true |