java-debugging-jdwp-client 0.20.0

JDWP protocol client for Java debugging — implementation detail of jdwp-mcp, not a supported API
Documentation
# 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"
rust-version = "1.85"
name = "java-debugging-jdwp-client"
version = "0.20.0"
authors = [
    "Ygor Perez <ygor@infotera.com.br>",
    "Ed Sweeney <ed@onextent.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JDWP protocol client for Java debugging — implementation detail of jdwp-mcp, not a supported API"
readme = "README.md"
keywords = [
    "mcp",
    "jdwp",
    "java",
    "debugger",
    "llm",
]
categories = [
    "development-tools::debugging",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/YgorPerez/java-debugging-mcp"

[lib]
name = "jdwp_client"
path = "src/lib.rs"

[[example]]
name = "probe_heap_queries"
path = "examples/probe_heap_queries.rs"

[[example]]
name = "probe_monitor_events"
path = "examples/probe_monitor_events.rs"

[dependencies.bytes]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "full",
    "test-util",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]