[[bin]]
name = "gherrit"
path = "src/main.rs"
[[bin]]
name = "mock_bin"
path = "tests/support/mock_bin.rs"
test = false
[dependencies.clap]
features = ["derive"]
version = "4.5.53"
[dependencies.color-eyre]
version = "0.6"
[dependencies.env_logger]
version = "0.11"
[dependencies.eyre]
version = "0.6"
[dependencies.gix]
features = ["blocking-network-client"]
version = "0.75.0"
[dependencies.log]
version = "0.4"
[dependencies.owo-colors]
version = "4.2"
[dependencies.rayon]
version = "1.11.0"
[dependencies.regex]
version = "1.12.2"
[dependencies.serde]
features = ["serde_derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dev-dependencies.assert_cmd]
version = "2.1"
[dev-dependencies.fastrand]
version = "2.3"
[dev-dependencies.libc]
version = "0.2"
[dev-dependencies.predicates]
version = "3.1"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.23"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Gerrit-style stacked diffs for GitHub"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "gherrit"
readme = "README.md"
repository = "https://github.com/joshlf/gherrit"
rust-version = "1.89.0"
version = "0.1.0-alpha"
[profile.release]
debug = 2
[[test]]
name = "branch_config_transitions"
path = "tests/branch_config_transitions.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "pre_push_autosquash"
path = "tests/pre_push_autosquash.rs"
[[test]]
name = "reproduce_issue"
path = "tests/reproduce_issue.rs"
[[test]]
name = "reproduce_status_bugs"
path = "tests/reproduce_status_bugs.rs"
[[test]]
name = "reproduce_unchecked_output_bugs"
path = "tests/reproduce_unchecked_output_bugs.rs"
[[test]]
name = "reproduce_unmanaged_sync"
path = "tests/reproduce_unmanaged_sync.rs"