| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| ukey2_connections = { path = "../ukey2_connections" } |
| ukey2_rs = { path = "../ukey2" } |
| lock_adapter = {workspace = true, features = ["spin"]} |
| crypto_provider_default = { workspace = true } |
| lazy_static.workspace = true |
| rand_chacha.workspace = true |
| log = { workspace = true, features = ["std"] } |
| openssl = ["crypto_provider_default/openssl", "std"] |
| rustcrypto = ["crypto_provider_default/rustcrypto"] |
| boringssl = ["crypto_provider_default/boringssl"] |
| std = ["lock_adapter/std"] |