[package] name = "diff_match_patch" version = "0.1.1" authors = ["chandan "] edition = "2018" description = "Diff Match Patch is a high-performance library in Rust-lang that manipulates plain text." homepage = "https://github.com/distill-io/diff-match-patch.rs" repository = "https://github.com/distill-io/diff-match-patch.rs" keywords = ["diff", "diff-match-patch"] categories = ["Development tools", "Text processing"] license = "MIT" [dependencies] url = "1.7.2" regex = "1.3.7" [[bin]] name = "main" path = "src/main.rs"