prctrl 2.1.0

Terminal-native GitHub PR management. Stay on top of code reviews without leaving your terminal.
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 = "prctrl"
version = "2.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-native GitHub PR management. Stay on top of code reviews without leaving your terminal."
homepage = "https://www.somsouk.fr/prctrl"
readme = "README.md"
keywords = [
    "cli",
    "github",
    "pr",
    "review",
    "terminal",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/JeremySomsouk/prctrl"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.ctrlc]
version = "3.4"

[dependencies.dirs]
version = "6.0"

[dependencies.dotenvy]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.octocrab]
version = "0.49.9"

[dependencies.once_cell]
version = "1"

[dependencies.open]
version = "5"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.50"
features = ["full"]

[dependencies.toml]
version = "1.1"