wardn 0.3.0

Credential isolation proxy — agents never see real API keys
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"
name = "wardn"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Credential isolation proxy — agents never see real API keys"
readme = "README.md"
keywords = [
    "security",
    "credentials",
    "proxy",
    "ai-agents",
    "vault",
]
categories = [
    "authentication",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/nicholasgasior/vibeguard"

[features]
test-fast-kdf = []

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.argon2]
version = "0.5"

[dependencies.axum]
version = "0.8"

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

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

[dependencies.hex]
version = "0.4"

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

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

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "http1",
    "http2",
]

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]

[dependencies.rmcp]
version = "1"
features = [
    "server",
    "transport-io",
    "macros",
]

[dependencies.rpassword]
version = "7"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.wiremock]
version = "0.6"