[build-dependencies.bindgen]
version = "0.69.4"
[dependencies.inferno]
version = "0.12.3"
[dependencies.jni]
version = "0.21.1"
[dependencies.libc]
version = "0.2"
[dependencies.once_cell]
version = "1"
[lib]
crate-type = ["rlib", "cdylib"]
name = "rjprof"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools::profiling", "api-bindings"]
description = "Java profiling library using JVMTI"
documentation = "https://docs.rs/librjprof"
edition = "2021"
homepage = "https://github.com/tkruer/rjprof"
keywords = ["profiling", "java", "jvmti", "performance", "library"]
license = "MIT OR Apache-2.0"
name = "librjprof"
readme = "README.md"
repository = "https://github.com/tkruer/rjprof"
version = "0.1.0"