[[bin]]
name = "rct"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.crossterm]
version = "0.27.0"
[dependencies.futures-util]
version = "0.3.30"
[dependencies.ratatui]
features = ["all-widgets"]
version = "0.26.0"
[dependencies.reqwest]
features = ["json", "stream"]
version = "0.11.23"
[dependencies.serde]
features = ["derive"]
version = "1.0.195"
[dependencies.serde_json]
version = "1.0.111"
[dependencies.tokio]
features = ["full"]
version = "1.35.1"
[dependencies.toml]
version = "0.8.8"
[lib]
name = "rust_tui_coder"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "AI-powered terminal coding assistant with interactive TUI, supporting multiple LLMs and comprehensive development tools"
documentation = "https://docs.rs/rust_tui_coder"
edition = "2021"
exclude = ["config.toml", "plan.md", ".git", ".gitignore", "tmp_rovodev_*", "*.png"]
homepage = "https://github.com/Ammar-Alnagar/Rust-Coder-CLI"
keywords = ["tui", "ai", "coding-assistant", "llm", "cli"]
license = "MIT OR Apache-2.0"
name = "rust_tui_coder"
readme = "README.md"
repository = "https://github.com/Ammar-Alnagar/Rust-Coder-CLI"
rust-version = "1.70"
version = "0.2.3"
[[test]]
name = "agent_tests"
path = "tests/agent_tests.rs"
[[test]]
name = "app_tests"
path = "tests/app_tests.rs"
[[test]]
name = "comprehensive_tests"
path = "tests/comprehensive_tests.rs"
[[test]]
name = "config_tests"
path = "tests/config_tests.rs"
[[test]]
name = "edge_case_tests"
path = "tests/edge_case_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "llm_tests"
path = "tests/llm_tests.rs"
[[test]]
name = "performance_tests"
path = "tests/performance_tests.rs"
[[test]]
name = "plan_tests"
path = "tests/plan_tests.rs"
[[test]]
name = "ui_tests"
path = "tests/ui_tests.rs"