maple-proxy 0.1.4

Lightweight OpenAI-compatible proxy server for Maple/OpenSecret TEE infrastructure
Documentation
[[bin]]
name = "maple-proxy"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
features = ["http2", "macros"]
version = "0.8.4"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5"

[dependencies.dotenvy]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.0"

[dependencies.opensecret]
version = "0.2.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["net", "rt-multi-thread", "macros"]
version = "1.47"

[dependencies.tower]
features = ["full"]
version = "0.5.2"

[dependencies.tower-http]
features = ["cors", "trace"]
version = "0.6.6"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.axum-test]
version = "18.0.1"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tower]
features = ["util"]
version = "0.5.2"

[[example]]
name = "library_usage"
path = "examples/library_usage.rs"

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

[package]
authors = ["OpenSecret"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server", "api-bindings"]
description = "Lightweight OpenAI-compatible proxy server for Maple/OpenSecret TEE infrastructure"
edition = "2021"
homepage = "https://github.com/OpenSecret/maple-proxy"
keywords = ["openai", "proxy", "tee", "opensecret", "maple"]
license = "MIT"
name = "maple-proxy"
readme = "README.md"
repository = "https://github.com/OpenSecret/maple-proxy"
version = "0.1.4"

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