kcode-intelligence-router 0.2.2

Typed routing for model calls with exact-model and per-user usage accounting
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 = "2024"
rust-version = "1.97"
name = "kcode-intelligence-router"
version = "0.2.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "DependencyAudit.md",
    "Documentation.md",
    "LICENSE",
    "README.md",
    "Specification.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed routing for model calls with exact-model and per-user usage accounting"
documentation = "https://docs.rs/kcode-intelligence-router"
readme = "README.md"
keywords = [
    "llm",
    "routing",
    "accounting",
    "gemini",
]
categories = ["api-bindings"]
license = "MIT"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.kcode-codex-runtime]
version = "=0.1.1"

[dependencies.kcode-codex-runtime-v2]
version = "=0.1.3"

[dependencies.kcode-doc-extraction]
version = "0.2.0"

[dependencies.kcode-gemini-api]
version = "=0.4.2"

[dependencies.kcode-openai-api]
version = "=0.2.1"

[dependencies.kcode-web-fetch]
version = "0.1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

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

[lints.rust]
unsafe_code = "forbid"