[[bin]]
name = "dotenvage"
path = "src/main.rs"
[build-dependencies.sloughi]
version = "0.3"
[dependencies.age]
features = ["armor"]
version = "0.11.2"
[dependencies.anyhow]
version = "1.0"
[dependencies.base64]
version = "0.22"
[dependencies.clap]
features = ["derive"]
version = "4.5.54"
[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"
[[example]]
name = "get_variable_names"
path = "examples/get_variable_names.rs"
[lib]
name = "dotenvage"
path = "src/lib.rs"
[package]
authors = ["Jacobus Geluk <jacobus@dataroad.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography", "config", "command-line-utilities"]
description = "Dotenv with age encryption: encrypt/decrypt secrets in .env files"
documentation = "https://docs.rs/dotenvage"
edition = "2024"
exclude = [".cargo/", ".clippy.toml", ".cursor/", ".github/", ".gitignore", ".rust-toolchain.toml", ".vscode/", "CONTRIBUTING.md", "cog.toml", "rustfmt.toml", "scripts/", "npm/"]
homepage = "https://github.com/dataroadinc/dotenvage"
keywords = ["dotenv", "age", "encryption", "secrets", "cli"]
license-file = "LICENSE"
name = "dotenvage"
publish = true
readme = "README.md"
repository = "https://github.com/dataroadinc/dotenvage"
resolver = "2"
rust-version = "1.92.0"
version = "0.1.9"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "zip"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
[[test]]
name = "age_key_name"
path = "tests/age_key_name.rs"
[[test]]
name = "dump_to_writer"
path = "tests/dump_to_writer.rs"
[[test]]
name = "get_all_variable_names"
path = "tests/get_all_variable_names.rs"
[[test]]
name = "loader_order"
path = "tests/loader_order.rs"