blob: c16073ded71daf645a836353a1841973ebee1ee5 [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"]
[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"]