diffguard 0.2.0

CLI for diff-scoped governance linting in pull requests
# 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"
rust-version = "1.92"
name = "diffguard"
version = "0.2.0"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for diff-scoped governance linting in pull requests"
homepage = "https://github.com/effortlessmetrics/diffguard"
documentation = "https://docs.rs/diffguard"
readme = "README.md"
keywords = [
    "linter",
    "diff",
    "git",
    "ci",
    "governance",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/effortlessmetrics/diffguard"
resolver = "2"

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

[[test]]
name = "cli_check"
path = "tests/cli_check.rs"

[[test]]
name = "cli_init"
path = "tests/cli_init.rs"

[[test]]
name = "cli_misc"
path = "tests/cli_misc.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.diffguard-analytics]
version = "0.2"

[dependencies.diffguard-core]
version = "0.2"

[dependencies.diffguard-diff]
version = "0.2"

[dependencies.diffguard-domain]
version = "0.2"

[dependencies.diffguard-types]
version = "0.2"

[dependencies.globset]
version = "0.4.18"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tempfile]
version = "3.25.0"