eenv 0.0.2

Encrypted Env Manager: encrypts .env files, manages examples, and enforces safety via git hooks.
[[bin]]
name = "eenv"
path = "src/main.rs"

[dependencies.blake3]
version = "1"

[dependencies.chacha20poly1305]
version = "0.10"

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

[dependencies.ignore]
version = "0.4"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde_json]
version = "1.0.143"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography"]
description = "Encrypted Env Manager: encrypts .env files, manages examples, and enforces safety via git hooks."
documentation = "https://docs.rs/eenv"
edition = "2024"
exclude = [".githooks/*", ".env*", "eenv.config.json"]
homepage = "https://github.com/KiterationLabs/eenv"
keywords = ["git", "hook", "env", "security", "crypto"]
license-file = "LICENSE"
name = "eenv"
readme = "README.md"
repository = "https://github.com/KiterationLabs/eenv"
version = "0.0.2"