# 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" name = "simple_jvmti" version = "0.1.0" authors = ["Helly Guo "] exclude = [] description = "simple jvmti library" homepage = "https://simple_jvmti.itcraft.cn" documentation = "https://docs.rs/simple_jvmti/latest/simple_jvmti" readme = "README.md" keywords = [ "jvmti", "jvm", "java", "java-agent", "jni", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/itcraft-cn/simple_jvmti" resolver = "2" [lib] crate-type = ["rlib"] [dependencies.jni] version = "0.21.1" [dependencies.thiserror] version = "1.0.50" [dev-dependencies]