diffview 0.1.0

Side-by-side terminal diff viewer
# 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 = "diffview"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Side-by-side terminal diff viewer"
homepage = "https://github.com/dainduncan-dev/diffview"
readme = "README.md"
keywords = [
    "diff",
    "git",
    "tui",
    "terminal",
    "viewer",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dainduncan-dev/diffview"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.atty]
version = "0.2.14"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.thiserror]
version = "2.0.18"

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