claude-code-cli-acp 0.1.1

An ACP-compatible adapter for the real Claude Code CLI
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 = "2024"
rust-version = "1.95"
name = "claude-code-cli-acp"
version = "0.1.1"
authors = ["mkh"]
build = false
include = [
    "/Cargo.lock",
    "/Cargo.toml",
    "/LICENSE",
    "/NOTICE.md",
    "/README.md",
    "/src/**/*.rs",
    "/src/prompts/*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ACP-compatible adapter for the real Claude Code CLI"
homepage = "https://github.com/moabualruz/claude-code-cli-acp"
readme = "README.md"
keywords = [
    "claude",
    "claude-code",
    "acp",
    "cli",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/moabualruz/claude-code-cli-acp"

[lib]
name = "claude_code_cli_acp"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "claude-code-cli-acp"
path = "src/main.rs"

[dependencies.agent-client-protocol]
version = "=0.11.1"
features = ["unstable"]

[dependencies.agent-client-protocol-tokio]
version = "=0.11.1"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.camino]
version = "1.2.2"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.portable-pty]
version = "0.9.0"
features = ["serde"]

[dependencies.regex-lite]
version = "0.1.8"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7.17"
features = ["compat"]

[dependencies.tracing]
version = "0.1.44"
features = ["log"]

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

[dependencies.uuid]
version = "1.19.0"
features = [
    "serde",
    "v4",
]

[dependencies.vt100]
version = "0.16.2"

[dependencies.which]
version = "8.0.2"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.insta]
version = "1.47.2"
features = [
    "json",
    "redactions",
]

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.serial_test]
version = "3.4.0"

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
print_stderr = "deny"
print_stdout = "deny"

[lints.rust]
let-underscore = "warn"
rust-2018-idioms = "warn"
unused = "warn"