[package]
name = "git-testtools"
description = "Shared code for gitoxide crates to facilitate testing"
version = "0.9.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[[bin]]
name = "jtt"
path = "src/main.rs"
[lib]
doctest = false
[dependencies]
git-hash = { version = "^0.9.10", path = "../../git-hash" }
git-lock = { version = "^2.0.0", path = "../../git-lock" }
git-discover = { version = "^0.5.0", path = "../../git-discover" }
git-attributes = { version = "^0.4.0", path = "../../git-attributes" }
git-worktree = { version = "^0.5.0", path = "../../git-worktree" }
nom = { version = "7", default-features = false, features = ["std"]}
bstr = "1.0.1"
crc = "3.0.0"
once_cell = "1.8.0"
tempfile = "3.2.0"
fs_extra = "1.2.0"
parking_lot = { version = "0.12.0" }
is_ci = "1.1.1"
io-close = "0.3.7"
tar = { version = "0.4.38", default-features = false }
xz2 = "0.1.6"