lade 0.14.1

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.14.1"
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"

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

[[test]]
name = "integration"
path = "tests/integration.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.102"

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

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

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

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.futures]
version = "0.3.32"

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

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

[dependencies.log]
version = "0.4.29"

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

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

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.regex]
version = "1.12.3"

[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.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sysinfo]
version = "0.38.4"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "fs",
    "time",
]

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

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

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

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

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

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