stax 0.44.2

Fast stacked Git branches and PRs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "stax"
version = "0.44.2"
authors = ["Cesar Ferreira"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "stax"
description = "Fast stacked Git branches and PRs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cesarferreira/stax"

[features]
default = []
vendored-openssl = ["git2/vendored-openssl"]

[lib]
name = "stax"
path = "src/lib.rs"

[[bin]]
name = "st"
path = "src/bin/st.rs"

[[bin]]
name = "stax"
path = "src/main.rs"

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

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

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

[[test]]
name = "changelog_tests"
path = "tests/changelog_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 = "demo_tests"
path = "tests/demo_tests.rs"

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

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

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

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

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

[[test]]
name = "github_list_tests"
path = "tests/github_list_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 = "reorder_tests"
path = "tests/reorder_tests.rs"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"
default-features = false

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3"

[dependencies.console]
version = "0.16"

[dependencies.crossterm]
version = "0.29"

[dependencies.dialoguer]
version = "0.12"
features = [
    "fuzzy-select",
    "editor",
]

[dependencies.dirs]
version = "6"

[dependencies.git2]
version = "0.20"
features = ["https"]
default-features = false

[dependencies.indicatif]
version = "0.18"

[dependencies.octocrab]
version = "0.49"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls-no-provider",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "logging",
    "std",
    "tls12",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.termimad]
version = "0.34"

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

[dependencies.toml]
version = "1"

[dependencies.update-informer]
version = "1"

[dev-dependencies.serde_json]
version = "1"

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

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

[dev-dependencies.wiremock]
version = "0.6"