debugger-cli 0.1.3

LLM-friendly debugger CLI using the Debug Adapter Protocol
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"
name = "debugger-cli"
version = "0.1.3"
authors = ["Alexander Kiselev <alex@akiselev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLM-friendly debugger CLI using the Debug Adapter Protocol"
homepage = "https://github.com/akiselev/debugger-cli"
documentation = "https://docs.rs/debugger-cli"
readme = "README.md"
keywords = [
    "debugger",
    "dap",
    "llm",
    "cli",
    "debugging",
]
categories = [
    "development-tools::debugging",
    "command-line-utilities",
]
license = "GPL-3.0-only"
repository = "https://github.com/akiselev/debugger-cli"

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

[[bin]]
name = "debugger"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.interprocess]
version = "2"
features = ["tokio"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "std",
]

[target."cfg(unix)".dependencies.async-trait]
version = "0.1"

[target."cfg(unix)".dependencies.colored]
version = "2"

[target."cfg(unix)".dependencies.directories]
version = "5"

[target."cfg(unix)".dependencies.flate2]
version = "1.0"

[target."cfg(unix)".dependencies.futures-util]
version = "0.3"

[target."cfg(unix)".dependencies.indicatif]
version = "0.17"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.os_info]
version = "3.9"

[target."cfg(unix)".dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

[target."cfg(unix)".dependencies.semver]
version = "1.0"

[target."cfg(unix)".dependencies.serde_yaml]
version = "0.9"

[target."cfg(unix)".dependencies.tar]
version = "0.4"

[target."cfg(unix)".dependencies.tempfile]
version = "3.14"

[target."cfg(unix)".dependencies.toml]
version = "0.8"

[target."cfg(unix)".dependencies.which]
version = "7"

[target."cfg(unix)".dependencies.xz2]
version = "0.1"

[target."cfg(unix)".dependencies.zip]
version = "2.2"

[profile.release]
lto = true
strip = true