diffguard-domain 0.2.0

Rule evaluation and preprocessing for diffguard
Documentation
# 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-domain"
version = "0.2.0"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rule evaluation and preprocessing for diffguard"
homepage = "https://github.com/effortlessmetrics/diffguard"
documentation = "https://docs.rs/diffguard-domain"
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"

[lib]
name = "diffguard_domain"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.globset]
version = "0.4.18"

[dependencies.regex]
version = "1.12.3"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.insta]
version = "1.46.3"
features = ["json"]

[dev-dependencies.proptest]
version = "1.10.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(mutants)"]