codei-tools 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-tools"
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_tools"
path = "src/lib.rs"

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

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

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

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

[dependencies.glob]
version = "0.3"

[dependencies.grep-matcher]
version = "0.1"

[dependencies.grep-regex]
version = "0.1"

[dependencies.grep-searcher]
version = "0.1"

[dependencies.ignore]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.thiserror]
version = "1"

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

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

[dependencies.walkdir]
version = "2"

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

[lints.clippy]

[lints.rust]