git-checks 2.1.1

Checks to run against a topic in git to enforce coding standards.
Documentation
[package]
name = "git-checks"
version = "2.1.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/~2.1"
keywords = ["git", "code-review"]

[dev-dependencies]
tempdir = "~0.3"

[dependencies]
itertools = "~0.5"
lazy_static = "~0.2"
log = "~0.3"
rayon = "~0.6"
regex = "~0.2"

error-chain = ">= 0.9, < 0.11"
git-workarea = "^2.0.1"