| [package] |
| name = "np_ffi_core" |
| version.workspace = true |
| edition.workspace = true |
| publish.workspace = true |
| license.workspace = true |
| |
| [lints] |
| workspace = true |
| |
| [dependencies] |
| array_view.workspace = true |
| ldt_np_adv.workspace = true |
| np_adv = { workspace = true, features = ["alloc"] } |
| np_adv_dynamic.workspace = true |
| np_hkdf.workspace = true |
| handle_map.workspace = true |
| crypto_provider.workspace = true |
| crypto_provider_default = { workspace = true, default-features = false } |
| lock_adapter.workspace = true |
| lazy_static.workspace = true |
| strum.workspace = true |
| strum_macros.workspace = true |
| |
| [features] |
| default = ["rustcrypto"] |
| rustcrypto = ["crypto_provider_default/rustcrypto", "crypto_provider_default/std"] |
| boringssl = ["crypto_provider_default/boringssl"] |
| testing = ["np_adv/testing"] |
| std = [] |