git-workarea 4.2.6

Simple routines to work with git repositories and set up minimal workareas with them.
Documentation
[dependencies.chrono]
default-features = false
features = ["std"]
version = "~0.4.20"

[dependencies.lazy_static]
version = "^1.1"

[dependencies.log]
version = "~0.4.4"

[dependencies.regex]
default-features = false
features = ["std"]
version = "^1.3.3"

[dependencies.tempfile]
version = "^3.7.0"

[dependencies.thiserror]
version = "^1.0.2"

[dev-dependencies.itertools]
version = "~0.12"

[dev-dependencies.rustversion]
version = "1"

[lib]
name = "git_workarea"
path = "src/lib.rs"

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