Files
env-guard/.envguard.toml
7000pctAUTO 3bbcb0cbaa
Some checks failed
CI / test (push) Has started running
CI / binary (push) Has been cancelled
CI / release (push) Has been cancelled
fix: remove unused Validator initialization causing clippy warnings
2026-02-06 10:40:05 +00:00

20 lines
406 B
TOML

[tool.envguard]
name = "env-guard"
version = "0.1.0"
description = "A comprehensive .env file guardian tool for validation, scanning, and secrets detection"
[dependencies]
clap = { version = "4.4", features = ["derive"] }
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.10"
[features]
default = ["std"]
std = []
[profile.release]
lto = true
opt-level = 3