# 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-mangle" version = "0.1.2" authors = ["Evan Pratten "] description = "Mangle Rust functions for use with JNI" homepage = "https://github.com/ewpratten/jni-mangle" documentation = "https://docs.rs/jni-mangle" readme = "README.md" keywords = [ "jni", "function-signature", ] categories = [ "development-tools::ffi", "rust-patterns", ] license = "GPL-3.0" repository = "https://github.com/ewpratten/jni-mangle" [lib] proc-macro = true [dependencies.darling] version = "^0.20.3" [dependencies.proc-macro2] version = "^1.0.66" [dependencies.quote] version = "^1.0.33" [dependencies.regex] version = "1.9.5" [dependencies.syn] version = "^2.0.31"