[package] name = "git-testtools" description = "Shared code for gitoxide crates to facilitate testing" version = "0.10.0" authors = ["Sebastian Thiel "] edition = "2021" license = "MIT OR Apache-2.0" [[bin]] name = "jtt" path = "src/main.rs" [lib] doctest = false [dependencies] git-hash = { version = "^0.10.1", path = "../../git-hash" } git-lock = { version = "^3.0.0", path = "../../git-lock" } git-discover = { version = "^0.10.0", path = "../../git-discover" } git-attributes = { version = "^0.7.0", path = "../../git-attributes" } git-worktree = { version = "^0.10.0", path = "../../git-worktree" } nom = { version = "7", default-features = false, features = ["std"]} fastrand = "1.8.0" 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"