covguard 0.1.0

CLI for diff-scoped coverage gating on changed lines
# 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"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for diff-scoped coverage gating on changed lines"
homepage = "https://github.com/effortlessmetrics/cov-guard"
documentation = "https://docs.rs/covguard"
readme = "README.md"
keywords = [
    "coverage",
    "diff",
    "testing",
    "ci",
    "code-coverage",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/effortlessmetrics/cov-guard"
resolver = "2"

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

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

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

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

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

[dependencies.covguard-adapters-artifacts]
version = "0.1.0"

[dependencies.covguard-adapters-diff]
version = "0.1.0"

[dependencies.covguard-adapters-repo]
version = "0.1.0"

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

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

[dependencies.covguard-output-features]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.predicates]
version = "3.1.3"

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

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

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

[dev-dependencies.uselesskey]
version = "0.2.0"
features = ["rsa"]
default-features = false