blob: db2b9af40f514f775c0746b827071b74a329e89b [file] [log] [blame]
[package]
name = "np_java_ffi"
version.workspace = true
edition.workspace = true
publish.workspace = true
license.workspace = true
[lints]
workspace = true
[features]
# The testing feature enables test-only APIs that implement native methods in
# the test/ library.
testing = ["np_ffi_core/testing"]
rustcrypto = ["np_ffi_core/rustcrypto"]
boringssl = ["np_ffi_core/boringssl"]
[dependencies]
array_view.workspace = true
handle_map.workspace = true
np_adv.workspace = true
np_ffi_core.workspace = true
pourover.workspace = true
pourover_macro.workspace = true
tinyvec.workspace = true
jni.workspace = true
[lib]
# JNI wants a .so or equivalent
crate-type = ["cdylib"]