# 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 = "jni-toolbox" version = "0.2.2" authors = [ "alemi ", "zaaarf ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tools to make writing JNI native functions less tiresome" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/hexedtech/jni-toolbox" [lib] name = "jni_toolbox" path = "src/lib.rs" [dependencies.jni] version = "0.21" [dependencies.jni-toolbox-macro] version = "0.2.2" [dependencies.uuid] version = "1.10" optional = true [features] default = [] uuid = ["dep:uuid"]