# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "jni-bind" version = "0.1.6" authors = ["YC Lam"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Made importing classes from java easy" documentation = "https://docs.rs/jni-bind" readme = "README.md" keywords = [ "jni", "java", "ffi", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/YC-Lammy/jni-bind-rs" [lib] name = "jni_bind" path = "src/lib.rs" [[example]] name = "object" path = "examples/object.rs" [dependencies.const_format] version = "^0.2" [dependencies.jni] version = "^0.21" [dependencies.paste] version = "^1"