[dependencies.difference]
version = "2.0"
[dependencies.prettytable-rs]
version = "0.10"
[dependencies.structopt]
version = "0.3"
[dependencies.textwrap]
features = ["terminal_size"]
version = "0.16"
[lib]
name = "line_diff"
path = "src/line_diff.rs"
[package]
authors = ["Thomas Niederberger <thomas@niederb.ch>"]
categories = ["command-line-utilities"]
description = "A tool to compare single lines by tokenizing them into chunks"
edition = "2021"
homepage = "https://github.com/niederb/line_diff"
keywords = ["cli", "diff", "compare", "text"]
license = "MIT OR Apache-2.0"
name = "line_diff"
readme = "README.md"
repository = "https://github.com/niederb/line_diff"
version = "0.13.2"