ripdiff 0.1.0

Terminal UI for watching and reviewing agent progress
# 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"
rust-version = "1.85"
name = "ripdiff"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "ripdiff"
description = "Terminal UI for watching and reviewing agent progress"
homepage = "https://github.com/martinabeleda/ripdiff"
documentation = "https://docs.rs/ripdiff"
readme = "README.md"
keywords = [
    "git",
    "diff",
    "tui",
    "review",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/martinabeleda/ripdiff"

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

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

[dependencies.ansi-to-tui]
version = "7"

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.notify]
version = "6"

[dependencies.ratatui]
version = "0.29"

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

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

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