[package] name = "jvm-rs" description = "Bindings for the JVM and its interfaces" homepage = "https://github.com/x4e/jvm-rs" repository = "https://github.com/x4e/jvm-rs" version = "0.2.0" authors = ["x4e "] edition = "2018" license = "GPL-3.0-only" readme = "README.md" keywords = ["jvm", "java", "jmm", "jni", "jvmti"] categories = ["external-ffi-bindings"] [dependencies] [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.9", features = ["libloaderapi"] }