# 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 = "0.1.0" exclude = ["HomebrewFormula"] 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" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" [dependencies.crossterm] version = "0.28.1" [dependencies.ratatui] version = "0.27.0" features = ["all-widgets"] [dependencies.regex] version = "1.10.6"