zeph-acp 0.20.0

ACP (Agent Client Protocol) server for IDE embedding
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"
name = "zeph-acp"
version = "0.20.0"
authors = ["bug-ops"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ACP (Agent Client Protocol) server for IDE embedding"
homepage = "https://github.com/bug-ops/zeph"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "inference",
    "skills",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/bug-ops/zeph"

[features]
acp-http = [
    "dep:axum",
    "dep:blake3",
    "dep:dashmap",
    "dep:async-stream",
    "dep:tower-http",
    "dep:subtle",
    "dep:tower",
]
default = [
    "unstable-session-close",
    "unstable-session-fork",
    "unstable-session-resume",
    "unstable-session-usage",
    "unstable-session-model",
    "unstable-logout",
]
unstable-auth-methods = ["agent-client-protocol/unstable_auth_methods"]
unstable-boolean-config = ["agent-client-protocol/unstable_boolean_config"]
unstable-elicitation = []
unstable-logout = ["agent-client-protocol/unstable_logout"]
unstable-message-id = ["agent-client-protocol/unstable_message_id"]
unstable-session-add-dirs = ["agent-client-protocol/unstable_session_additional_directories"]
unstable-session-close = ["agent-client-protocol/unstable_session_close"]
unstable-session-fork = ["agent-client-protocol/unstable_session_fork"]
unstable-session-model = ["agent-client-protocol/unstable_session_model"]
unstable-session-resume = ["agent-client-protocol/unstable_session_resume"]
unstable-session-usage = ["agent-client-protocol/unstable_session_usage"]

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

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

[dependencies.agent-client-protocol]
version = "0.11"

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

[dependencies.async-stream]
version = "0.3.6"
optional = true

[dependencies.axum]
version = "0.8.9"
features = ["ws"]
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.8.4"
optional = true

[dependencies.chrono]
version = "0.4.44"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.dashmap]
version = "6.1"
optional = true

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.glob]
version = "0.3.3"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "rustls",
    "stream",
]
default-features = false

[dependencies.rmcp]
version = "1.5"

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.shell-words]
version = "1.1"

[dependencies.subtle]
version = "2.6"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "io-std",
    "sync",
    "macros",
    "rt",
    "test-util",
]

[dependencies.tokio-util]
version = "0.7"
features = [
    "compat",
    "rt",
]

[dependencies.toml]
version = "1.1.2+spec-1.1.0"

[dependencies.tower]
version = "0.5.3"
features = ["util"]
optional = true

[dependencies.tower-http]
version = "0.6.8"
features = [
    "cors",
    "limit",
]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23"
features = ["v4"]

[dependencies.zeph-common]
version = "0.20.0"

[dependencies.zeph-config]
version = "0.20.0"

[dependencies.zeph-core]
version = "0.20.0"

[dependencies.zeph-llm]
version = "0.20.0"

[dependencies.zeph-mcp]
version = "0.20.0"

[dependencies.zeph-memory]
version = "0.20.0"
default-features = false

[dependencies.zeph-tools]
version = "0.20.0"

[dev-dependencies.async-trait]
version = "0.1.89"

[dev-dependencies.axum]
version = "0.8.9"
features = ["ws"]

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

[dev-dependencies.tokio-tungstenite]
version = "0.29"
features = ["connect"]
default-features = false

[dev-dependencies.tower]
version = "0.5.3"
features = ["util"]

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "deny"