clankerdiff-git 0.1.1

Native Git repository integration for diff review
Documentation
[package]
name = "clankerdiff-git"
description = "Native Git repository integration for diff review"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

[features]
test-support = ["dep:tempfile"]

[lints]
workspace = true

[dependencies]
clankerdiff-core = { version = "0.1.1", path = "../diff-core" }
tempfile = { workspace = true, optional = true }
thiserror.workspace = true
tokio = { workspace = true, features = ["io-util", "macros", "time"] }

[dev-dependencies]
clankerdiff-git = { path = ".", features = ["test-support"] }
serde_json.workspace = true
tempfile.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }