[package] name = "ejni" version = "0.1.0" authors = ["Tobias de Bruijn "] edition = "2018" description = "Library to make working with JNI more pleasant" license = "MIT OR Apache-2.0" keywords = ["jni", "ffi", "java"] categories = ["api-bindings"] repository = "https://github.com/TheDutchMC/eJNI" homepage = "https://github.com/TheDutchMC/eJNI" [dependencies] jni = "^0.19" thiserror = "^1.0" [dev-dependencies] lazy_static = "1.4.0" [dev-dependencies.jni] version = "0.19.0" features = ["invocation"]