git-checks 3.9.1

Checks to run against a topic in git to enforce coding standards.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "git-checks"
version = "3.9.1"
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
description = "Checks to run against a topic in git to enforce coding standards.\n"
documentation = "https://docs.rs/git-checks/~3.9"
keywords = ["git", "code-review"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.kitware.com/utils/rust-git-checks"
[dependencies.error-chain]
version = ">= 0.9, < 0.11"

[dependencies.git-workarea]
version = "^3.1.2"

[dependencies.itertools]
version = "~0.7"

[dependencies.lazy_static]
version = "~0.2"

[dependencies.log]
version = "~0.3"

[dependencies.rayon]
version = "~0.8"

[dependencies.regex]
version = "^1.0"

[dependencies.ttl_cache]
version = "~0.3"

[dependencies.wait-timeout]
version = "~0.1"
[dev-dependencies.tempdir]
version = "~0.3"