jni-toolbox/macro/Cargo.toml
2024-10-12 22:27:59 +02:00

19 lines
407 B
TOML

[package]
name = "jni-toolbox-macro"
description = "proc macro to automate making JNI extern functions"
repository = "https://github.com/hexedtech/jni-toolbox"
authors = [
"alemi <me@alemi.dev>",
"zaaarf <me@zaaarf.foo>"
]
license = "GPL-3.0-only"
version = "0.2.2"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"