hwatch-diffmode 0.4.0

Diff rendering utilities for hwatch.
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 = "2021"
name = "hwatch-diffmode"
version = "0.4.0"
authors = ["blacknon <blacknon@orebibou.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diff rendering utilities for hwatch."
readme = "README.md"
keywords = [
    "diff",
    "terminal",
    "tui",
    "hwatch",
]
license = "MIT"
repository = "https://github.com/blacknon/hwatch"

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

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.ratatui]
version = "0.30.0"
features = [
    "crossterm",
    "unstable-rendered-line-info",
]
default-features = false