[package] name = "jvmti_wrapper" version = "0.1.3" edition = "2021" license = "MIT" description = "Rust wrapper for jvmti.h" repository = "https://github.com/ldhdev916/jvmti_wrapper" [dependencies] jni = "0.19.0" thiserror = "1.0.32" jvmti-sys = "0.1.0"