# 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-bindgen" version = "0.0.10" authors = ["MaulingMonkey "] include = ["/**/*.rs", "/Cargo.toml", "/cli.yml", "/LICENSE-MIT", "/LICENSE-APACHE"] description = "Code generator for binding to JVM APIs from Rust" documentation = "https://docs.rs/jni-bindgen/" keywords = ["jvm", "jni", "bindgen", "android"] categories = ["development-tools::ffi"] license = "MIT OR Apache-2.0" repository = "https://github.com/MaulingMonkey/jni-bindgen" [dependencies.bitflags] version = "1.1.0" [dependencies.bugsalot] version = "0.2.0" [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.jni-bindgen-reflection] version = "0.0.10" [dependencies.jni-glue] version = "=0.0.10" [dependencies.lazy_static] version = "1.3.0" [dependencies.serde] version = "1.0.98" [dependencies.serde_derive] version = "1.0.98" [dependencies.toml] version = "0.5.1" [dependencies.zip] version = "0.5.2" [dev-dependencies.jni-sys] version = "0.3.0"