keyzero 0.2.0

Zero-trust secrets for the agentic era — resolve from any vault, blind mode for AI agents
# 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 = "keyzero"
version = "0.2.0"
authors = ["Dotan Nahum <dotan@rng0.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-trust secrets for the agentic era — resolve from any vault, blind mode for AI agents"
homepage = "https://keyzero.dev"
readme = false
keywords = [
    "secrets",
    "security",
    "ai-agents",
    "env",
    "vault",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/getkeyzero/keyzero"

[features]
default = [
    "proxy",
    "server",
]
proxy = ["dep:kz-proxy"]
server = ["dep:kz-server"]

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.kz-proxy]
version = "0.2.0"
optional = true

[dependencies.kz-server]
version = "0.2.0"
optional = true

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

[dependencies.secret-resolvers]
version = "0.2.0"
features = ["all"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "1.1"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

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

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

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

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

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

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

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