line_diff 0.6.0

A tool to compare single lines by tokenizing them into chunks
Documentation
[dependencies.difference]
version = "2.0"

[dependencies.prettytable-rs]
version = "0.8.0"

[dependencies.structopt]
version = "0.3.8"

[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 = "2018"
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.6.0"