jni-toolbox/macro/Cargo.toml

20 lines
407 B
TOML
Raw Normal View History

[package]
name = "jni-toolbox-macro"
description = "proc macro to automate making JNI extern functions"
repository = "https://github.com/hexedtech/jni-toolbox"
authors = [
2024-10-10 01:24:06 +02:00
"alemi <me@alemi.dev>",
"zaaarf <me@zaaarf.foo>"
]
license = "GPL-3.0-only"
2024-10-12 22:27:23 +02:00
version = "0.2.2"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
2024-09-22 01:56:11 +02:00
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"