# 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] name = "jvmti" version = "0.5.0" authors = [ "Alex Pecsi ", "Robert Lu ", ] description = "JVM TI Rust binding" documentation = "https://github.com/robberphex/jvmti-rust" readme = "README.md" keywords = [ "java", "jvm", "jvmti", "debugger", ] license = "Apache-2.0" repository = "https://github.com/robberphex/jvmti-rust.git" [lib] crate_type = [ "cdylib", "rlib", ] [dependencies.lazy_static] version = "0.2.*" [dependencies.libc] version = "0.2.*" [dependencies.serde] version = "1.0.*" [dependencies.serde_derive] version = "1.0.*" [dependencies.time] version = "0.1.*" [dependencies.toml] version = "0.4.*"