git-checks-core 1.0.1

Checks to run against a topic in git to enforce coding standards.
Documentation
[package]
name = "git-checks-core"
version = "1.0.1"
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
license = "MIT/Apache-2.0"
description = """
Checks to run against a topic in git to enforce coding standards.
"""
repository = "https://gitlab.kitware.com/utils/rust-git-checks"
documentation = "https://docs.rs/git-checks-core/~1.0"
keywords = ["git", "code-review"]
workspace = ".."

[dev-dependencies]
tempdir = "~0.3.6"

[dependencies]
itertools = "~0.8"
lazy_static = "^1.1"
log = "~0.4"
rayon = "^1.1"
regex = "^1.0"
thiserror = "^1.0.2"

git-workarea = "^4.0"