deff 0.2.4

Interactive side-by-side git diff viewer for PR review
Documentation
# 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 = "deff"
version = "0.2.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive side-by-side git diff viewer for PR review"
readme = "README.md"
license = "MIT"
repository = "https://github.com/flamestro/deff"

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

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.crossterm]
version = "0.28.1"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.syntect]
version = "5.3.0"
features = ["default-fancy"]
default-features = false