codei-llm 0.0.7

CodeI ai-coding 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-llm"
version = "0.0.7"
authors = ["007gzs <007gzs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CodeI ai-coding 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_llm"
path = "src/lib.rs"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[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.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[lints.clippy]

[lints.rust]