gitv-tui 0.4.4

A terminal-based GitHub client built with Rust and Ratatui.
# 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 = "gitv-tui"
version = "0.4.4"
authors = ["JayanAXHF <sunil.chdry@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based GitHub client built with Rust and Ratatui."
homepage = "https://github.com/jayanaxhf/gitv"
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "github",
    "prodcutivity",
    "ratatui",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
]
license = "Unlicense OR MIT"
repository = "https://github.com/jayanaxhf/gitv"

[features]
benches = []
default = ["keyring/linux-native"]
persist-token = ["keyring/sync-secret-service"]

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

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

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

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

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

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

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

[[bench]]
name = "ui_hotspots"
path = "benches/ui_hotspots.rs"
harness = false
required-features = ["benches"]

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "cargo",
    "string",
]

[dependencies.clap_mangen]
version = "0.3.0"

[dependencies.cli-clipboard]
version = "0.4.0"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.edit]
version = "0.1.5"

[dependencies.futures]
version = "0.3.32"

[dependencies.hyperrat]
version = "0.1.2"

[dependencies.inquire]
version = "0.9.4"

[dependencies.keyring]
version = "3.6.3"
features = [
    "apple-native",
    "windows-native",
]

[dependencies.octocrab]
version = "0.49.7"

[dependencies.pulldown-cmark]
version = "0.13.3"

[dependencies.rat-cursor]
version = "2.0.0"

[dependencies.rat-widget]
version = "3.2.1"

[dependencies.ratatui]
version = "0.30.0"
features = ["unstable-widget-ref"]

[dependencies.ratatui-macros]
version = "0.7.0"

[dependencies.ratatui-toaster]
version = "0.1.4"
features = ["tokio"]

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.slotmap]
version = "1.0.7"

[dependencies.syntect]
version = "5.3.0"
features = [
    "parsing",
    "default-syntaxes",
    "default-themes",
    "regex-fancy",
]
default-features = false

[dependencies.tachyonfx]
version = "0.25.0"
features = [
    "std",
    "std-duration",
]
default-features = false

[dependencies.termprofile]
version = "0.2.3"
features = [
    "convert",
    "ratatui",
]

[dependencies.textwrap]
version = "0.16.2"
features = ["terminal_size"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.throbber-widgets-tui]
version = "0.11.0"

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

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-error]
version = "0.2.1"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.fake]
version = "5.1.0"

[dev-dependencies.insta]
version = "1.47"

[build-dependencies.anyhow]
version = "1.0.101"

[build-dependencies.vergen-gix]
version = "10.0.0-beta.8"
features = [
    "build",
    "cargo",
    "allow_remote",
]

[profile.profiling]
debug = 2
inherits = "release"
strip = false

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
strip = true