[go: up one dir, main page]

git-testtools 0.6.0

Shared code for gitoxide crates to facilitate testing
Documentation
[package]
name = "git-testtools"
description = "Shared code for gitoxide crates to facilitate testing"
version = "0.6.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

[[bin]]
name = "jtt"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git-hash = { version = "^0.9.3", path = "../../git-hash" }
nom = { version = "7", default-features = false, features = ["std"]}
bstr = "0.2.15"
crc = "2.0.0"
once_cell = "1.8.0"
tempfile = "3.2.0"
fs_extra = "1.2.0"
parking_lot = { version = "0.12.0" }