lade 0.17.2

Automatically load secrets from your preferred vault as environment variables, and clear them once your shell command is over.
# 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 = "lade"
version = "0.17.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatically load secrets from your preferred vault as environment variables, and clear them once your shell command is over."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/zifeo/lade"
resolver = "2"

[features]
default = ["docker-tests"]
docker-tests = []

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

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

[[test]]
name = "docker"
path = "tests/docker/main.rs"
required-features = ["docker-tests"]

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

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

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

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

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

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

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

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

[[bench]]
name = "redact"
path = "benches/redact.rs"
harness = false

[dependencies.aho-corasick]
version = "1.1.4"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.base64]
version = "0.23.0"

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

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.11"

[dependencies.futures]
version = "0.3.33"

[dependencies.hex]
version = "0.4.3"

[dependencies.indexmap]
version = "2.14.0"
features = ["serde"]

[dependencies.lade-sdk]
version = "0.17.2"

[dependencies.log]
version = "0.4.33"

[dependencies.openssl]
version = "0.10.81"
features = ["vendored"]

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.path-clean]
version = "1.0.1"

[dependencies.regex]
version = "1.13.1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "json",
    "native-tls",
]
default-features = false

[dependencies.rustc-hash]
version = "2"

[dependencies.self_update]
version = "0.44.0"
features = [
    "archive-tar",
    "archive-zip",
    "compression-flate2",
    "compression-zip-deflate",
    "compression-zip-bzip2",
]

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.151"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.11.0"

[dependencies.sysinfo]
version = "0.39.6"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "fs",
    "time",
    "signal",
    "io-std",
    "io-util",
    "process",
]

[dependencies.url]
version = "2.5"

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

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

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

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

[dev-dependencies.temp-env]
version = "0.3"

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

[target.'cfg(target_family = "unix")'.dependencies.nix]
version = "0.31.3"
features = [
    "signal",
    "term",
]