tuit-bin 0.1.5

A TUI git log viewer built with ratatui and gix (gitoxide)
# 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"
rust-version = "1.85"
name = "tuit-bin"
version = "0.1.5"
build = false
exclude = [
    ".agents/",
    ".pi/",
    ".pi-subagents/",
    ".scratch/",
    "docs/agents/",
    ".envrc",
    "apm.yml",
    "apm.lock.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI git log viewer built with ratatui and gix (gitoxide)"
homepage = "https://github.com/yoshikikudo/tuit"
documentation = "https://docs.rs/tuit-bin"
readme = "README.md"
keywords = [
    "git",
    "tui",
    "log",
    "ratatui",
    "gitoxide",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/335g/tuit.git"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.directories]
version = "6.0"

[dependencies.gix]
version = "0.72"

[dependencies.imara-diff]
version = "0.1"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]

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

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

[dependencies.toml]
version = "0.8"
features = ["parse"]

[dependencies.unicode-width]
version = "0.2"