# 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 = "lade" version = "0.11.5" build = 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" [[bin]] name = "lade" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.31" [dependencies.indexmap] version = "2.6.0" features = ["serde"] [dependencies.lade-sdk] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.openssl] version = "0.10.68" features = ["vendored"] [dependencies.path-clean] version = "1.0.1" [dependencies.regex] version = "1.11.1" [dependencies.self_update] version = "0.41.0" features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate", "compression-zip-bzip2", ] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yaml] version = "0.9.34" [dependencies.sysinfo] version = "0.32.0" [dependencies.textwrap] version = "0.16.1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.16" [target.'cfg(target_family = "unix")'.dependencies.nix] version = "0.29.0" features = ["signal"]