fakekey 0.1.3

API Key Proxy Agent - manage and replace API keys via network proxy
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 = "fakekey"
version = "0.1.3"
authors = ["happyvibing"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API Key Proxy Agent - manage and replace API keys via network proxy"
homepage = "https://github.com/happyvibing/fakekey"
documentation = "https://github.com/happyvibing/fakekey#readme"
readme = "README.md"
keywords = [
    "proxy",
    "api-key",
    "security",
    "cli",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/happyvibing/fakekey"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1.9"

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

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

[dependencies.dirs]
version = "6.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.5"
features = ["full"]

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.rand]
version = "0.9"

[dependencies.rcgen]
version = "0.13"
features = ["x509-parser"]

[dependencies.regex]
version = "1.11"

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tracing]
version = "0.1"

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

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

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

[dependencies.webpki-roots]
version = "0.26"

[dev-dependencies.tempfile]
version = "3.8"

[target.'cfg(target_os = "linux")'.dependencies.secret-service]
version = "5"
features = ["rt-tokio-crypto-rust"]

[target.'cfg(target_os = "macos")'.dependencies.security-framework]
version = "2.11"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.58"
features = [
    "Win32_Foundation",
    "Win32_Security_Credentials",
]