devguard 0.1.0

CLI repository hygiene checks for secrets, env setup, git health, and provider best practices.
# 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"
name = "devguard"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "devguard.example.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI repository hygiene checks for secrets, env setup, git health, and provider best practices."
readme = "README.md"
keywords = [
    "cli",
    "security",
    "devops",
    "secrets",
    "lint",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aryasalem09/devguard"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "2.2"

[dependencies.git2]
version = "0.19"
features = [
    "vendored-libgit2",
    "vendored-openssl",
]
default-features = false

[dependencies.once_cell]
version = "1.20"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5"