[package]
license = "MIT"
description = "Reimplementation of GitHub file paths pattern matcher"
homepage = "https://anttiharju.dev/compare-changes/"
repository = "https://github.com/anttiharju/compare-changes"
readme = "docs/README.md"
name = "compare-changes"
version = "0.1.29"
edition = "2021"
keywords = ["glob", "github-actions", "path", "pattern-matching", "filter"]
categories = ["command-line-utilities", "parser-implementations"]
include = [
"src/**",
"tests/**",
]
[dependencies]
anstyle = "1.0.13"
clap = { version = "4.5.53", features = ["cargo"] }
serde_json = "1.0.145"
serde_yaml = "0.9.34"
tempfile = "3.23.0"
[dev-dependencies]
assert_cmd = "2.1.1"