compare-changes 0.7.34

Reimplementation of GitHub file paths pattern matcher
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 = "2021"
name = "compare-changes"
version = "0.7.34"
build = false
include = [
    "src/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reimplementation of GitHub file paths pattern matcher"
homepage = "https://anttiharju.dev/compare-changes/"
readme = "docs/README.md"
keywords = [
    "glob",
    "github-actions",
    "path",
    "pattern-matching",
    "filter",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/anttiharju/compare-changes"

[features]
clap = ["dep:clap"]
cli = [
    "anstyle",
    "clap",
    "serde_json",
    "serde_yaml",
    "tempfile",
]
default = []

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

[[bin]]
name = "compare-changes"
path = "src/main.rs"
required-features = ["cli"]

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

[dependencies.anstyle]
version = "1.0.13"
optional = true

[dependencies.chumsky]
version = "0.12.0"

[dependencies.clap]
version = "4.5.58"
features = [
    "cargo",
    "derive",
]
optional = true

[dependencies.regex]
version = "1.12.3"

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.serde_yaml]
version = "0.9.34"
optional = true

[dependencies.tempfile]
version = "3.25.0"
optional = true

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