[package] name = "strsim" version = "0.11.1" authors = ["Danny Guo ", "maxbachmann "] description = """ Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. """ license = "MIT" rust-version = "1.56" readme = "README.md" keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"] homepage = "https://github.com/rapidfuzz/strsim-rs" repository = "https://github.com/rapidfuzz/strsim-rs" documentation = "https://docs.rs/strsim/" exclude = ["/.github", "/dev"] categories = ["text-processing"]