# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jni-glue" version = "0.0.10" authors = ["MaulingMonkey "] include = ["/**/*.rs", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE"] description = "Manually written glue code to accompany the jni-bindgen code generator for binding to JVM APIs from Rust" documentation = "https://docs.rs/jni-glue/" keywords = ["jvm", "jni", "bindgen", "android"] categories = ["external-ffi-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/MaulingMonkey/jni-bindgen" [dependencies.jni-sys] version = "0.3.0" [dependencies.lazy_static] version = "1" [features] default = [] unsafe-manual-jni-load-unload = []