[[bin]]
name = "compare-changes"
path = "src/main.rs"
[dependencies.anstyle]
version = "1.0.13"
[dependencies.clap]
features = ["cargo"]
version = "4.5.53"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.tempfile]
version = "3.23.0"
[dev-dependencies.assert_cmd]
version = "2.1.1"
[lib]
name = "compare_changes"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parser-implementations"]
description = "Reimplementation of GitHub file paths pattern matcher"
edition = "2021"
homepage = "https://anttiharju.dev/compare-changes/"
include = ["src/**", "tests/**"]
keywords = ["glob", "github-actions", "path", "pattern-matching", "filter"]
license = "MIT"
name = "compare-changes"
readme = "docs/README.md"
repository = "https://github.com/anttiharju/compare-changes"
version = "0.1.28"
[[test]]
name = "cli"
path = "tests/cli/main.rs"
[[test]]
name = "lib"
path = "tests/lib/main.rs"