tuicr 0.10.0

Review AI-generated diffs like a GitHub pull request, right from your terminal.
# 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 = "tuicr"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Review AI-generated diffs like a GitHub pull request, right from your terminal."
homepage = "https://github.com/agavra/tuicr"
readme = "README.md"
keywords = [
    "tui",
    "git",
    "code-review",
    "diff",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/agavra/tuicr"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.4"
features = ["wayland-data-control"]

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
    "serde",
]
default-features = false

[dependencies.crossterm]
version = "0.29"

[dependencies.directories]
version = "6.0"

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

[dependencies.ignore]
version = "0.4"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syntect]
version = "5.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.two-face]
version = "0.5"
features = ["syntect-default-fancy"]
default-features = false

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

[dependencies.ureq]
version = "3"
features = ["json"]

[dependencies.uuid]
version = "1.0"
features = ["v4"]

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