[package] name = "java-bindgen" version = "0.1.0-alpha.4" edition = "2021" description = "☕ + 🦀 = ❤️‍🔥 Java JNI Bindings Generator" repository = "https://github.com/PawelJastrzebski/java-bindgen" license = "MIT" rust-version = "1.70" keywords = ["java", "jni", "bindings", "jar"] categories = ["api-bindings"] exclude = [ "/docs", "/examples", "/target", "/bin" ] [dependencies] jni = { version = "0.21", features = ["invocation"] } java-bindgen-macro = { version = "0.1.0-alpha.4", path = "./bin/java-bindgen-macro" }