codetether-agent 1.1.8

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 = "1.1.8"
authors = ["Riley Seaburg <riley@rileyseaburg.com>"]
build = "build.rs"
exclude = [
    "npm/",
    "dist/",
    "target/",
    "vendor/",
    "docs/tui-screenshot.png",
    "prd*.json",
    "ui-prd.json",
    "worktree-prd.json",
    "feature_*.json",
    "benchmark_results.json",
    "subtask*.json",
    "subtask*.md",
    "*.txt",
    "*.py",
    "post.md",
    "gap-inventory.md",
    "content_inventory_document.md",
    "static_analysis_report.md",
    "provider_fields_analysis.md",
    "research_interactive_file_editing_cli_tools.md",
    "test_confirmation.md",
    "test_history_navigation.md",
    "test_theme.toml",
    "DOCUMENTATION_UPDATE_SUMMARY.md",
    "IMPLEMENTATION_ANALYSIS.md",
    "TECHNOLOGY_ASSESSMENT.md",
    "TUI_MODULE_DOCUMENTATION.md",
    "RALPH_DOCUMENTATION.md",
    "docs/assessment_config_main_lib.md",
    "docs/gaps-closing.json",
    "docs/mcp_metadata_storage_design.md",
    "docs/mcp_metadata_storage_implementation.rs",
    "docs/mcp_metadata_storage_summary.md",
    "docs/perpetual_persona_swarms.md",
    "docs/session-message-management-design.md",
    "docs/subtask_*.md",
    "docs/tool_registration_design.md",
    "docs/tui_framework_brief.md",
    "docs/tui_technical_specs.json",
    "docs/agent-swarm-integration-*.md",
    "docs/agent-swarm-integration-*.rs",
    "docs/PROJECT_CONSTRAINTS_ANALYSIS.md",
    "docs/RISK_ASSESSMENT_AND_MITIGATION.md",
    "docs/TECHNICAL_REQUIREMENTS_SUMMARY.md",
    ".codetether-todos.json",
]
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 = ["functiongemma"]
functiongemma = []

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

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

[[example]]
name = "thinker_example"
path = "examples/thinker_example.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.0.101"

[dependencies.arboard]
version = "3.4"

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

[dependencies.async-stream]
version = "0.3"

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

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

[dependencies.base64]
version = "0.22"

[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.5.58"
features = [
    "derive",
    "env",
]

[dependencies.config]
version = "0.15"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.dashmap]
version = "6"

[dependencies.directories]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

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

[dependencies.ignore]
version = "0.4"

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

[dependencies.k8s-openapi]
version = "0.27.0"
features = ["latest"]

[dependencies.kube]
version = "3.0.1"
features = [
    "runtime",
    "client",
    "derive",
    "config",
]

[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.prost]
version = "0.14.3"

[dependencies.prost-types]
version = "0.14.3"

[dependencies.rand]
version = "0.10.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1"

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

[dependencies.rustls]
version = "0.23"
features = ["ring"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2"

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

[dependencies.tempfile]
version = "3.25.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.22.2"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.toml]
version = "0.9.8"

[dependencies.tonic]
version = "0.14.3"

[dependencies.tonic-prost]
version = "0.14.3"

[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"

[dependencies.which]
version = "8.0.0"

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

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

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

[build-dependencies.tonic-prost-build]
version = "0.14.3"

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

[profile.ci]
lto = false
codegen-units = 16
inherits = "release"

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