[[bin]]
name = "rjprof"
path = "src/main.rs"
[dependencies.atty]
version = "0.2"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.librjprof]
version = "0.1.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::profiling", "command-line-utilities"]
description = "Command-line interface for rjprof Java profiler"
documentation = "https://docs.rs/rjprof-cli"
edition = "2021"
homepage = "https://github.com/tkruer/rjprof"
keywords = ["profiling", "java", "jvmti", "performance", "flamegraph"]
license = "MIT OR Apache-2.0"
name = "rjprof-cli"
readme = "README.md"
repository = "https://github.com/tkruer/rjprof"
version = "0.1.0"