dotenvage 0.2.3

Dotenv with age encryption: encrypt/decrypt secrets in .env files
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 = "2024"
rust-version = "1.93.0"
name = "dotenvage"
version = "0.2.3"
authors = ["Jacobus Geluk <jacobus@dataroad.com>"]
build = "build.rs"
exclude = [
    ".cargo/",
    ".clippy.toml",
    ".cursor/",
    ".github/",
    ".gitignore",
    ".rust-toolchain.toml",
    ".vscode/",
    "CONTRIBUTING.md",
    "cog.toml",
    "rustfmt.toml",
    "scripts/",
    "npm/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dotenv with age encryption: encrypt/decrypt secrets in .env files"
homepage = "https://github.com/dataroadinc/dotenvage"
documentation = "https://docs.rs/dotenvage"
readme = "README.md"
keywords = [
    "dotenv",
    "age",
    "encryption",
    "secrets",
    "cli",
]
categories = [
    "cryptography",
    "config",
    "command-line-utilities",
]
license-file = "LICENSE"
repository = "https://github.com/dataroadinc/dotenvage"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "zip"

[package.metadata.version-info]
pre_bump_hooks = ["./scripts/sync-npm-version.sh {{version}}"]
additional_files = ["npm/package.json"]

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

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

[[example]]
name = "get_variable_names"
path = "examples/get_variable_names.rs"

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

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

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

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

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

[dependencies.age]
version = "0.11.2"
features = ["armor"]

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.24"

[dependencies.thiserror]
version = "2.0"

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

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

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

[build-dependencies.rhusky]
version = "0.0.2"