blob: cf7c2dbb5a6416e82210ef984b48f3433819ad1d [file] [log] [blame]
[package]
name = "ldt_np_jni"
version.workspace = true
edition.workspace = true
publish.workspace = true
[lints]
workspace = true
[dependencies]
ldt.workspace = true
ldt_np_adv.workspace = true
np_hkdf.workspace = true
crypto_provider.workspace = true
crypto_provider_default = { workspace = true, default-features = false }
cfg-if.workspace = true
jni.workspace = true
[features]
default = ["rustcrypto"]
rustcrypto = ["crypto_provider_default/rustcrypto", "crypto_provider_default/std"]
boringssl = ["crypto_provider_default/boringssl"]
[lib]
# JNI wants a .so or equivalent
crate-type = ["cdylib"]