codetether-agent 0.1.5

A2A-native AI coding agent for the CodeTether ecosystem
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 = "codetether-agent"
version = "0.1.5"
authors = ["Riley Seaburg <riley@rileyseaburg.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A2A-native AI coding agent for the CodeTether ecosystem"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rileyseaburg/codetether-agent"

[features]
candle-cuda = [
    "candle-core/cuda",
    "candle-transformers/cuda",
]
candle-cudnn = [
    "candle-cuda",
    "candle-core/cudnn",
    "candle-transformers/cudnn",
]
default = []

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-openai]
version = "0.32.4"
features = ["chat-completion"]

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"
features = [
    "ws",
    "macros",
]

[dependencies.candle-core]
version = "0.9.2"

[dependencies.candle-transformers]
version = "0.9.2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.config]
version = "0.15"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dashmap]
version = "6"

[dependencies.directories]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.html-escape]
version = "0.2"

[dependencies.ignore]
version = "0.4"

[dependencies.jsonrpc-core]
version = "18"

[dependencies.lazy_static]
version = "1.4"

[dependencies.lsp-types]
version = "0.97.0"

[dependencies.once_cell]
version = "1.19"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9.2"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.syntect]
version = "5"
features = [
    "default-syntaxes",
    "default-themes",
    "regex-onig",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.21.4"

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

[dependencies.toml]
version = "0.9.8"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
    "auth",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.urlencoding]
version = "2"

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

[dependencies.vaultrs]
version = "0.7"

[dependencies.walkdir]
version = "2"

[dev-dependencies.insta]
version = "1"

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

[dev-dependencies.tokio-test]
version = "0.4"

[profile.release]
lto = true
codegen-units = 1
strip = true