git-workarea 3.1.0

Simple routines to work with git repositories and set up minimal workareas with them.
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-workarea"
version = "3.1.0"
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
description = "Simple routines to work with git repositories and set up minimal workareas with\nthem.\n"
documentation = "https://docs.rs/git-workarea/~3.1"
readme = "README.md"
keywords = ["git", "utility"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.kitware.com/utils/rust-git-workarea"
[dependencies.log]
version = "~0.3"

[dependencies.error-chain]
version = ">= 0.9, < 0.11"

[dependencies.lazy_static]
version = "~0.2"

[dependencies.tempdir]
version = "~0.3"

[dependencies.regex]
version = "~0.2"

[dependencies.chrono]
version = "~0.4"
[dev-dependencies.itertools]
version = "~0.6"