clawbox-proxy 0.1.0

Network proxy with allowlisting, credential injection, and leak detection
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"
rust-version = "1.93"
name = "clawbox-proxy"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network proxy with allowlisting, credential injection, and leak detection"
readme = "README.md"
keywords = [
    "proxy",
    "security",
    "allowlist",
    "credential",
    "network",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/N0xMare/clawbox"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.clawbox-types]
version = "0.1.0"

[dependencies.hyper]
version = "1.8"

[dependencies.percent-encoding]
version = "2"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5"

[dependencies.zeroize]
version = "1.8"
features = ["derive"]