# 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" name = "ez_jni" version = "0.5.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros and functions that make using Java in rust feel natural" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Megadash452/ez-jni-rs" [lib] name = "ez_jni" path = "src/lib.rs" [[test]] name = "call" path = "tests/call.rs" [[test]] name = "call_fail" path = "tests/call_fail.rs" [[test]] name = "jni_fn" path = "tests/jni_fn.rs" [[test]] name = "object" path = "tests/object.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.either] version = "1.13.0" [dependencies.ez_jni_macros] version = "0.5.3" [dependencies.jni] version = "0.21" default-features = false [dependencies.thiserror] version = "1.0.63" [dev-dependencies.jni] version = "0.21.1" features = ["invocation"] [dev-dependencies.proc-macro2] version = "1.0.87" [dev-dependencies.quote] version = "1.0.37" [dev-dependencies.syn] version = "2.0.72" [dev-dependencies.trybuild] version = "1.0.99"