tokenmiser 0.6.1

Smart LLM router that cuts agent costs 10x. Drop-in OpenAI proxy.
# 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.80"
name = "tokenmiser"
version = "0.6.1"
authors = ["Open Intelligence Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smart LLM router that cuts agent costs 10x. Drop-in OpenAI proxy."
readme = "README.md"
license = "MIT"
repository = "https://github.com/openintelligence-labs/tokenmiser"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.rustls]
version = "0.23"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokenmiser-cache]
version = "0.6.1"

[dependencies.tokenmiser-config]
version = "0.6.1"

[dependencies.tokenmiser-cost]
version = "0.6.1"

[dependencies.tokenmiser-mcp]
version = "0.6.1"

[dependencies.tokenmiser-providers]
version = "0.6.1"

[dependencies.tokenmiser-proxy]
version = "0.6.1"

[dependencies.tokenmiser-quality]
version = "0.6.1"

[dependencies.tokenmiser-router]
version = "0.6.1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]