diffguard-core 0.2.0

Core engine for diffguard governance linter
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-core"
version = "0.2.0"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core engine for diffguard governance linter"
homepage = "https://github.com/effortlessmetrics/diffguard"
documentation = "https://docs.rs/diffguard-core"
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_core"
path = "src/lib.rs"

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

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

[dependencies.anyhow]
version = "1.0.101"

[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.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.9.8"

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

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