git-checks 3.5.1

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

[dev-dependencies]
tempdir = "~0.3"

[dependencies]
itertools = "~0.7"
lazy_static = "~0.2"
log = "~0.3"
rayon = "~0.8"
regex = "~0.2"
ttl_cache = "~0.3"
wait-timeout = "~0.1"

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