giff 1.2.0

Visualizes the differences between the current HEAD and a specified branch in a git repository using a formatted table output in your terminal. The differences are displayed with color-coded additions and deletions for better readability.
# 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"
name = "giff"
version = "1.2.0"
build = false
exclude = ["HomebrewFormula"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Visualizes the differences between the current HEAD and a specified branch in a git repository using a formatted table output in your terminal. The differences are displayed with color-coded additions and deletions for better readability."
homepage = "https://github.com/bahdotsh/giff"
documentation = "https://github.com/bahdotsh/giff"
readme = "README.md"
keywords = [
    "git",
    "cmd",
    "diff",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "Unlicense OR MIT"
repository = "https://github.com/bahdotsh/giff"

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

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

[dependencies.crossterm]
version = "0.28.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.ratatui]
version = "0.30.0"
features = ["all-widgets"]

[dependencies.regex]
version = "1.10.6"

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

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

[dependencies.toml]
version = "1.0.6"

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

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

[profile.release]
lto = true
codegen-units = 1