[package]
name = "envorigin"
version = "0.8.0"
edition = "2021"
description = "Explain where environment variables come from in Docker Compose and GitHub Actions"
license = "MIT"
repository = "https://github.com/FIERsity/envorigin"
readme = "README.md"
keywords = ["docker", "compose", "dotenv", "cli", "provenance"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap_complete = "4.5"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
sha2 = "0.10"
thiserror = "2.0"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-std"] }
toml = "0.8"
tower-lsp = "0.19"
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"
tempfile = "3.20"
[profile.release]
lto = "thin"
strip = true