blob: 126302fb9ae3e9243deec6f9323d2eb2c7232a4b [file] [log] [blame]
[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"]