[package] name = "git-workarea" version = "4.2.6" authors = ["Ben Boeckel "] 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" rust-version = "1.63" [dev-dependencies] itertools = "~0.12" rustversion = "1" [dependencies] lazy_static = "^1.1" log = "~0.4.4" regex = { version = "^1.3.3", default-features = false, features = ["std"] } tempfile = "^3.7.0" thiserror = "^1.0.2" chrono = { version = "~0.4.20", default-features = false, features = ["std"] }