byokey 0.5.1

Bring Your Own Keys — AI subscription-to-API proxy gateway
# 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 = "byokey"
version = "0.5.1"
authors = ["AprilNEA <github@sku.moe>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bring Your Own Keys — AI subscription-to-API proxy gateway"
homepage = "https://github.com/AprilNEA/BYOKEY"
readme = "README.md"
keywords = [
    "ai",
    "proxy",
    "openai",
    "claude",
    "llm",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AprilNEA/BYOKEY"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.arc-swap]
version = "1"

[dependencies.axum]
version = "0.8"
features = ["macros"]

[dependencies.axum-server]
version = "0.7"
features = ["tls-rustls"]

[dependencies.byokey-auth]
version = "0.5.1"

[dependencies.byokey-config]
version = "0.5.1"

[dependencies.byokey-proxy]
version = "0.5.1"

[dependencies.byokey-store]
version = "0.5.1"

[dependencies.byokey-types]
version = "0.5.1"

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

[dependencies.regex]
version = "1"

[dependencies.rquest]
version = "5"
features = ["full"]

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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

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