[package] | |
name = "np_ffi_core" | |
version.workspace = true | |
edition.workspace = true | |
publish.workspace = true | |
[dependencies] | |
array_view.workspace = true | |
np_adv = { workspace = true, features = ["alloc"] } | |
handle_map.workspace = true | |
crypto_provider.workspace = true | |
crypto_provider_default = {workspace = true, default-features = false} | |
lock_adapter.workspace = true | |
lazy_static.workspace = true | |
[features] | |
default = ["rustcrypto"] | |
rustcrypto = ["crypto_provider_default/rustcrypto", "crypto_provider_default/std"] | |
opensslbssl = ["crypto_provider_default/opensslbssl"] | |
boringssl = ["crypto_provider_default/boringssl"] |