# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.63" name = "git-workarea" version = "4.2.6" authors = ["Ben Boeckel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Simple routines to work with git repositories and set up minimal workareas with them. """ documentation = "https://docs.rs/git-workarea/~4.2" readme = "README.md" keywords = [ "git", "utility", ] license = "MIT/Apache-2.0" repository = "https://gitlab.kitware.com/utils/rust-git-workarea" [lib] name = "git_workarea" path = "src/lib.rs" [dependencies.chrono] version = "~0.4.20" features = ["std"] default-features = false [dependencies.lazy_static] version = "^1.1" [dependencies.log] version = "~0.4.4" [dependencies.regex] version = "^1.3.3" features = ["std"] default-features = false [dependencies.tempfile] version = "^3.7.0" [dependencies.thiserror] version = "^1.0.2" [dev-dependencies.itertools] version = "~0.12" [dev-dependencies.rustversion] version = "1"