venice-e2ee-proxy 0.1.1

OpenAI-compatible proxy for Venice.ai E2EE models
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 = "2024"
name = "venice-e2ee-proxy"
version = "0.1.1"
authors = ["Jakub KubĂ­k <jakub.kubik.it@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAI-compatible proxy for Venice.ai E2EE models"
readme = "README.md"
keywords = [
    "openai",
    "venice",
    "e2ee",
    "proxy",
    "llm",
]
categories = [
    "command-line-utilities",
    "cryptography",
    "network-programming",
    "web-programming::http-server",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/M0dEx/venice-e2ee-proxy"

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

[[bin]]
name = "venice-e2ee-proxy"
path = "src/main.rs"

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

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

[dependencies.aes]
version = "0.8"
features = ["zeroize"]

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

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

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

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

[dependencies.figment]
version = "0.10"
features = [
    "env",
    "toml",
]

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

[dependencies.ghash]
version = "0.5"
features = ["zeroize"]

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.humantime]
version = "2.3.0"

[dependencies.k256]
version = "0.13"
features = ["ecdh"]

[dependencies.polyval]
version = "0.6"
features = ["zeroize"]

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

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

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1.44"

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

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

[dependencies.winnow]
version = "1.0"

[dependencies.zeroize]
version = "1.8"

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