blob: 0c14d1c212b19e7c586ca5e2466cda190fbb58ae [file] [log] [blame]
[package]
name = "np_ffi_core"
version.workspace = true
edition.workspace = true
publish.workspace = true
[lints]
workspace = true
[dependencies]
array_view.workspace = true
ldt_np_adv.workspace = true
np_adv = { workspace = true, features = ["alloc"] }
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
[features]
default = ["rustcrypto"]
rustcrypto = ["crypto_provider_default/rustcrypto", "crypto_provider_default/std"]
opensslbssl = ["crypto_provider_default/opensslbssl"]
boringssl = ["crypto_provider_default/boringssl"]