jniname 0.1.0

Java method signature to C-style JNI function name converter
Documentation
# 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.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"