ghpending 0.1.1

CLI to watch GitHub repos for open issues and pull requests at a glance
# 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 = "2024"
name = "ghpending"
version = "0.1.1"
build = false
exclude = [
    ".github/",
    "target/",
    ".claude/",
    "docs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to watch GitHub repos for open issues and pull requests at a glance"
homepage = "https://github.com/akitaonrails/ghpending"
readme = "README.md"
keywords = [
    "github",
    "cli",
    "issues",
    "pull-requests",
    "dashboard",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/akitaonrails/ghpending"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.inquire]
version = "0.9.4"

[dependencies.octocrab]
version = "0.51.0"

[dependencies.owo-colors]
version = "4.3.0"

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

[dependencies.terminal_size]
version = "0.4.4"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "1.1.2"

[profile.release]
lto = true
strip = true