[package] name = "text-diff" version = "0.4.0" authors = ["Johann Hofmann "] description = "A Rust text diffing and assertion library." repository = "https://github.com/johannhof/text-diff.rs" documentation = "https://johannhof.github.io/text-diff.rs/text_diff/index.html" readme = "README.md" keywords = ["diff", "difference", "changes", "assert"] license = "MIT" [[bin]] name="text-diff" doc=false [dependencies] getopts = "0.2" term = "0.2.7"