[package] name = "jnino" version = "0.1.1" edition = "2018" authors = ["Tiberius "] description = "Java Native Interface to rust Native Objects" readme = "Readme.md" keywords = [ "ffi", "jni", "java", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/tiberiuscn/jnino" [dependencies] derive_jface = { version = "0.1", path = "../derive_jface" } jni = "0.19" log = "0.4"