[package]
edition = "2021"
rust-version = "1.61"
name = "jniname"
version = "0.1.0"
authors = ["Igor Rudenko <iostream64@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Java method signature to C-style JNI function name converter"
homepage = "https://github.com/hextriclosan/rusty-jvm/tree/main/jniname"
documentation = "https://docs.rs/jniname"
readme = "README.md"
keywords = [
"java",
"jni",
"descriptor",
"jvm",
]
categories = ["development-tools::ffi"]
license = "MIT"
repository = "https://github.com/hextriclosan/rusty-jvm/tree/main/jniname"
[lib]
name = "jniname"
path = "src/lib.rs"
[dependencies.jdescriptor]
version = "0.2.0"