opensourcellmrouter 0.3.0

A fast, local-first LLM router — proxy any OpenAI/Anthropic/Ollama client to your own provider pipeline with classifiers, cost/latency/random routing rules, plugins, a live dashboard, and a TUI.
# 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"
name = "opensourcellmrouter"
version = "0.3.0"
build = false
exclude = [
    ".env",
    "logs/",
    "config.toml",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, local-first LLM router — proxy any OpenAI/Anthropic/Ollama client to your own provider pipeline with classifiers, cost/latency/random routing rules, plugins, a live dashboard, and a TUI."
homepage = "https://github.com/CarterCole/opensourcellmrouter"
documentation = "https://github.com/CarterCole/opensourcellmrouter/tree/master/docs"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "proxy",
    "router",
    "ollama",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/CarterCole/opensourcellmrouter"

[[bin]]
name = "opensourcellmrouter"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.axum]
version = "0.8.9"

[dependencies.bytes]
version = "1.11.1"

[dependencies.crossterm]
version = "0.28"

[dependencies.futures-core]
version = "0.3.32"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.17"
features = ["sync"]

[dependencies.toml]
version = "1.1.2"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]