shunt-proxy 0.1.49

A local proxy that pools multiple Claude accounts behind a single endpoint, routing requests to maximise rate limits
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 = "shunt-proxy"
version = "0.1.49"
authors = ["Ramcharan <sairamcharansudagoni@gmail.com>"]
build = false
exclude = [
    ".github/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A local proxy that pools multiple Claude accounts behind a single endpoint, routing requests to maximise rate limits"
homepage = "https://github.com/ramc10/shunt"
readme = "README.md"
keywords = [
    "claude",
    "anthropic",
    "proxy",
    "rate-limit",
    "llm",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/ramc10/shunt"

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

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1"

[dependencies.async-stream]
version = "0.3"

[dependencies.axum]
version = "0.7"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.getrandom]
version = "0.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.http]
version = "1"

[dependencies.libc]
version = "0.2.185"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

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

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tower]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

[dependencies.unicode-width]
version = "0.1"

[dependencies.url]
version = "2.5.8"

[dependencies.urlencoding]
version = "2.1.3"

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

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]