git-workarea 4.2.5

Simple routines to work with git repositories and set up minimal workareas with them.
Documentation
[package]
name = "git-workarea"
version = "4.2.5"
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
license = "MIT/Apache-2.0"
description = """
Simple routines to work with git repositories and set up minimal workareas with
them.
"""
repository = "https://gitlab.kitware.com/utils/rust-git-workarea"
documentation = "https://docs.rs/git-workarea/~4.2"
readme = "README.md"
keywords = ["git", "utility"]
edition = "2018"

[dev-dependencies]
itertools = "~0.10"

[dependencies]
lazy_static = "^1.1"
log = "~0.4.4"
regex = { version = "^1.3.3", default-features = false, features = ["std"] }
tempfile = "^3.4.0"
thiserror = "^1.0.2"

chrono = { version = "~0.4.20", default-features = false, features = ["std"] }