# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "levenshtein-diff" 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" readme = "README.md" keywords = [ "levenshtein", "edit-distance", "string-distance", "generate-differences", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/ajmalsiddiqui/levenshtein-diff" [dev-dependencies.rand] version = "0.8.3"