doppel-cli 0.0.2

CLI for doppel: swap secrets in payloads with fakes and restore them in streaming responses.
# 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.85"
name = "doppel-cli"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for doppel: swap secrets in payloads with fakes and restore them in streaming responses."
documentation = "https://docs.rs/doppel-cli"
readme = "README.md"
keywords = [
    "secrets",
    "redaction",
    "proxy",
    "anonymization",
    "llm",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mackenney/doppel"

[features]
test-e2e = []

[[bin]]
name = "doppel"
path = "src/main.rs"
doc = false

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

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

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

[dependencies.doppel]
version = "0.0.2"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"
features = [
    "std",
    "std_rng",
]

[dependencies.toml_edit]
version = "0.22"
features = ["serde"]

[dependencies.zeroize]
version = "1"

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

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

[dev-dependencies.toml]
version = "0.8"