diamond-cli 0.1.2

Lightning-fast CLI for stacked pull requests
[[bin]]
name = "dm"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "3"

[dependencies.console]
version = "0.16"

[dependencies.ctrlc]
version = "3.4"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6.0"

[dependencies.fs2]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.git-absorb]
version = "0.8"

[dependencies.git2]
version = "0.20"

[dependencies.indicatif]
version = "0.18"

[dependencies.open]
version = "5"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.slog]
version = "2.5"

[dependencies.slog-term]
version = "2.6"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "process"]
version = "1"

[dependencies.toml]
version = "0.9"

[dev-dependencies.serial_test]
version = "3.2"

[dev-dependencies.tempfile]
version = "3.23.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Lightning-fast CLI for stacked pull requests"
edition = "2021"
homepage = "https://github.com/rsperko/diamond"
keywords = ["git", "cli", "pr", "code-review", "workflow"]
license = "Apache-2.0"
name = "diamond-cli"
readme = "README.md"
repository = "https://github.com/rsperko/diamond"
version = "0.1.2"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[[test]]
name = "basic_tests"
path = "tests/basic_tests.rs"

[[test]]
name = "battle_hardness_tests"
path = "tests/battle_hardness_tests.rs"

[[test]]
name = "config_tests"
path = "tests/config_tests.rs"

[[test]]
name = "corruption_detection_tests"
path = "tests/corruption_detection_tests.rs"

[[test]]
name = "edge_cases_tests"
path = "tests/edge_cases_tests.rs"

[[test]]
name = "metadata_cleanup_tests"
path = "tests/metadata_cleanup_tests.rs"

[[test]]
name = "multi_clone_tests"
path = "tests/multi_clone_tests.rs"

[[test]]
name = "navigation_tests"
path = "tests/navigation_tests.rs"

[[test]]
name = "passthrough_tests"
path = "tests/passthrough_tests.rs"

[[test]]
name = "reftable_comprehensive_tests"
path = "tests/reftable_comprehensive_tests.rs"

[[test]]
name = "reftable_tests"
path = "tests/reftable_tests.rs"

[[test]]
name = "stack_ops_tests"
path = "tests/stack_ops_tests.rs"

[[test]]
name = "submit_pr_tests"
path = "tests/submit_pr_tests.rs"

[[test]]
name = "sync_restack_tests"
path = "tests/sync_restack_tests.rs"

[[test]]
name = "tty_tests"
path = "tests/tty_tests.rs"

[[test]]
name = "worktree_tests"
path = "tests/worktree_tests.rs"