# 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 = "2018" name = "jvmti-rs" version = "0.17.0" authors = ["luadebug Lin Evelynn lin@sz.cn.eu.org"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to the JVMTI" readme = "README.md" keywords = [ "ffi", "jvmti", "java", ] categories = ["api-bindings"] license = "Apache-2.0" [lib] name = "jvmti_rs" path = "src/lib.rs" [dependencies.cesu8] version = "1.1.0" [dependencies.error-chain] version = "0.12.4" default-features = false [dependencies.jni] version = "0.19.0" [dependencies.jni-sys] version = "0.3.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.63" [features] backtrace = ["error-chain/backtrace"] default = ["backtrace"]