if-changed 0.3.4

A pre-submit for file changes.
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 = "if-changed"
version = "0.3.4"
authors = ["Mathematic Inc"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pre-submit for file changes."
readme = "README.md"
keywords = [
    "git",
    "presubmit",
    "pre-submit",
    "ci",
    "hooks",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/mathematic-inc/if-changed"

[lib]
name = "if_changed"
path = "if-changed.rs"

[[bin]]
name = "if-changed"
path = "bin/if-changed.rs"

[dependencies.bstr]
version = "1.9.1"

[dependencies.clap]
version = "4.5.4"
features = [
    "derive",
    "env",
]

[dependencies.genawaiter]
version = "0.99.1"

[dependencies.git2]
version = "0.20.0"

[dev-dependencies.indoc]
version = "2.0.5"

[dev-dependencies.insta]
version = "1.38"
features = ["json"]

[dev-dependencies.serde]
version = "1.0.200"
features = ["derive"]

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