line_diff 0.11.0

A tool to compare single lines by tokenizing them into chunks
Documentation
[package]

name = "line_diff"

version = "0.11.0"

authors = ["Thomas Niederberger <thomas@niederb.ch>"]

edition = "2018"



license = "MIT OR Apache-2.0"

description = "A tool to compare single lines by tokenizing them into chunks"

readme = "README.md"

homepage = "https://github.com/niederb/line_diff"

repository = "https://github.com/niederb/line_diff"

keywords = ["cli", "diff", "compare", "text"]

categories = ["command-line-utilities"]



[lib]

name = "line_diff"

path = "src/line_diff.rs"



[dependencies]

difference = "2.0"

prettytable-rs = "0.8"

structopt = "0.3"

textwrap = { version = "0.12", features = ["terminal_size"] }