diff-coverage 0.3.2

Diff-coverage, supercharged in Rust. Fast, memory-efficient coverage on changed lines for CI.
# 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 = "2021"
name = "diff-coverage"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diff-coverage, supercharged in Rust. Fast, memory-efficient coverage on changed lines for CI."
readme = "README.md"
keywords = [
    "coverage",
    "diff",
    "ci",
    "testing",
    "rust",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/tilaven/diff-coverage"

[[bin]]
name = "diff-coverage"
path = "src/main.rs"

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

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

[dependencies.owo-colors]
version = "4.0.0"

[dependencies.quick-xml]
version = "0.37.0"

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

[dependencies.serde_json]
version = "1.0.128"