codineer-api 0.6.8

AI provider API clients and streaming for Codineer
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"
rust-version = "1.83"
name = "codineer-api"
version = "0.6.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI provider API clients and streaming for Codineer"
homepage = "https://github.com/andeya/codineer"
readme = "README.md"
keywords = [
    "ai",
    "coding-agent",
    "cli",
    "llm",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/andeya/codineer"

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

[[test]]
name = "client_integration"
path = "tests/client_integration.rs"

[[test]]
name = "openai_compat_integration"
path = "tests/openai_compat_integration.rs"

[[test]]
name = "provider_client_integration"
path = "tests/provider_client_integration.rs"

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

[dependencies.runtime]
version = "0.6"
package = "codineer-runtime"

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

[dependencies.serde_json]
version = "1"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"