codei-sdk 0.0.8

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-sdk"
version = "0.0.8"
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_sdk"
path = "src/lib.rs"

[[example]]
name = "run_prompt"
path = "examples/run_prompt.rs"

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

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

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

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

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

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

[dependencies.thiserror]
version = "1"

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

[lints.clippy]

[lints.rust]