[[bin]]
name = "stax"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.arboard]
version = "3"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.colored]
version = "3"
[dependencies.console]
version = "0.16"
[dependencies.crossterm]
version = "0.28"
[dependencies.dialoguer]
features = ["fuzzy-select", "editor"]
version = "0.12"
[dependencies.dirs]
version = "6"
[dependencies.git2]
version = "0.20"
[dependencies.octocrab]
version = "0.49"
[dependencies.openssl]
features = ["vendored"]
version = "0.10"
[dependencies.ratatui]
version = "0.29"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.termimad]
version = "0.31"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[dependencies.toml]
version = "0.9"
[dependencies.update-informer]
version = "1"
[dev-dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[dev-dependencies.wiremock]
version = "0.6"
[lib]
name = "stax"
path = "src/lib.rs"
[package]
authors = ["Cesar Ferreira"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast stacked Git branches and PRs"
edition = "2021"
license = "MIT"
name = "stax"
readme = "README.md"
repository = "https://github.com/cesarferreira/stax"
version = "0.10.2"
[[test]]
name = "additional_coverage_tests"
path = "tests/additional_coverage_tests.rs"
[[test]]
name = "ci_tests"
path = "tests/ci_tests.rs"
[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"
[[test]]
name = "command_coverage_tests"
path = "tests/command_coverage_tests.rs"
[[test]]
name = "comments_tests"
path = "tests/comments_tests.rs"
[[test]]
name = "comprehensive_coverage_tests"
path = "tests/comprehensive_coverage_tests.rs"
[[test]]
name = "continue_tests"
path = "tests/continue_tests.rs"
[[test]]
name = "downstack_tests"
path = "tests/downstack_tests.rs"
[[test]]
name = "edge_cases_tests"
path = "tests/edge_cases_tests.rs"
[[test]]
name = "fold_tests"
path = "tests/fold_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "navigation_tests"
path = "tests/navigation_tests.rs"
[[test]]
name = "pr_template_tests"
path = "tests/pr_template_tests.rs"
[[test]]
name = "split_tests"
path = "tests/split_tests.rs"
[[test]]
name = "track_all_prs_tests"
path = "tests/track_all_prs_tests.rs"
[[test]]
name = "tui_commands_tests"
path = "tests/tui_commands_tests.rs"