[package] name = "levenshtein-diff" license = "MIT" version = "0.2.4" authors = ["Mohammed Ajmal Siddiqui "] description = "Generic implementation of Levenshtein's algorithm that also allows you to generate the edits required to convert a source sequence to a target, and apply them to the source sequence to regenerate the target." homepage = "https://github.com/ajmalsiddiqui/levenshtein-diff" repository = "https://github.com/ajmalsiddiqui/levenshtein-diff" keywords = ["levenshtein", "edit-distance", "string-distance", "generate-differences"] categories = ["algorithms"] readme = "README.md" edition = "2018" [dev-dependencies] rand = "0.8.3"