stax 0.5.3

Fast stacked Git branches and PRs
[[bin]]
name = "stax"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[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.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"

[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.5.3"

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

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

[[test]]
name = "downstack_tests"
path = "tests/downstack_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"