covguard-adapters-diff 0.1.0

Unified diff parsing and git-diff loading adapter for covguard
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 = "covguard-adapters-diff"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified diff parsing and git-diff loading adapter for covguard"
homepage = "https://github.com/effortlessmetrics/cov-guard"
documentation = "https://docs.rs/covguard-adapters-diff"
readme = "README.md"
keywords = [
    "diff",
    "patch",
    "parser",
    "coverage",
    "testing",
]
categories = [
    "parser-implementations",
    "development-tools::testing",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/effortlessmetrics/cov-guard"
resolver = "2"

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

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

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

[dependencies.covguard-paths]
version = "0.1.0"

[dependencies.covguard-ports]
version = "0.1.0"

[dependencies.covguard-ranges]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.18"

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