codei-tui 0.0.13

终端优先的 AI 编程 Agent,用自然语言在本地仓库中读代码、改代码、跑命令、调试问题。
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 = "2021"
name = "codei-tui"
version = "0.0.13"
authors = ["007gzs <007gzs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "终端优先的 AI 编程 Agent,用自然语言在本地仓库中读代码、改代码、跑命令、调试问题。"
readme = "README.md"
keywords = [
    "codei",
    "ai-coding",
    "agent",
    "openai",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/007gzs/codei"

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.codei-agent]
version = "0.0.13"

[dependencies.codei-commands]
version = "0.0.13"

[dependencies.codei-config]
version = "0.0.13"

[dependencies.codei-i18n]
version = "0.0.13"

[dependencies.codei-llm]
version = "0.0.13"

[dependencies.codei-mcp]
version = "0.0.13"

[dependencies.codei-sdk]
version = "0.0.13"

[dependencies.codei-session]
version = "0.0.13"

[dependencies.codei-tools]
version = "0.0.13"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.serde_json]
version = "1"

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

[dependencies.unicode-width]
version = "0.2"

[lints.clippy]

[lints.rust]