stand 0.2.1

A CLI tool for explicit environment variable management
Documentation
# 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"
rust-version = "1.88"
name = "stand"
version = "0.2.1"
authors = ["ueneid"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "examples/**/*",
    "docs/architecture.md",
    "docs/cli.md",
    "docs/configuration.md",
    "docs/design.md",
    "docs/requirements.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for explicit environment variable management"
readme = "README.md"
keywords = [
    "cli",
    "environment",
    "dotenv",
    "shell",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ueneid/stand"

[lib]
name = "stand"
path = "src/lib.rs"

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

[dependencies.age]
version = "0.10"
default-features = false

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "color",
    "suggestions",
]

[dependencies.colored]
version = "2.0"

[dependencies.dirs]
version = "5.0"

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

[dependencies.rpassword]
version = "7.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.which]
version = "4.4"

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

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

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

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true