aphrodite 1.2.7

aphrodite: Chat Completions proxy with CCR, tool relay, and programmatic CCR for Hermes agent integration.
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"
rust-version = "1.88"
name = "aphrodite"
version = "1.2.7"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "aphrodite: Chat Completions proxy with CCR, tool relay, and programmatic CCR for Hermes agent integration."
readme = "README.md"
license = "CC0-1.0"
repository = "https://github.com/PlayForm/Aphrodite"

[features]
default = ["proxy"]
proxy = [
    "axum",
    "tokio",
    "tower-http",
    "reqwest",
    "clap",
    "tracing-subscriber",
    "anyhow",
    "bytes",
    "futures",
    "rand",
    "tokio-util",
    "url",
    "uuid",
    "lru",
    "notify",
]

[lib]
name = "aphrodite"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "aphrodite"
path = "src/main.rs"
required-features = ["proxy"]

[[test]]
name = "serde_json_features"
path = "tests/serde_json_features.rs"

[dependencies.anyhow]
version = "1.0.102"
optional = true

[dependencies.axum]
version = "0.8.9"
features = ["macros"]
optional = true

[dependencies.blake3]
version = "1.7"

[dependencies.bytes]
version = "1.12.0"
optional = true

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

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]
optional = true

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3.32"
optional = true

[dependencies.headroom-core]
version = "0.1.1"
package = "aphrodite-headroom-core"

[dependencies.lru]
version = "0.18.0"
optional = true

[dependencies.notify]
version = "8.2.0"
optional = true

[dependencies.rand]
version = "0.10.1"
optional = true

[dependencies.regex]
version = "1.12.4"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
    "stream",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"
features = [
    "preserve_order",
    "arbitrary_precision",
    "raw_value",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "net",
    "io-util",
    "time",
    "tracing",
]
optional = true

[dependencies.tokio-util]
version = "0.7.18"
features = ["rt"]
optional = true

[dependencies.toml]
version = "1.1"

[dependencies.tower-http]
version = "0.7.0"
features = [
    "trace",
    "request-id",
    "cors",
]
optional = true

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.url]
version = "2.5.8"
optional = true

[dependencies.uuid]
version = "1.23.3"
features = ["v4"]
optional = true

[dev-dependencies.proptest]
version = "1"