| 1 | [package] |
| 2 | name = "strsim" |
| 3 | version = "0.11.1" |
| 4 | authors = ["Danny Guo <danny@dannyguo.com>" , "maxbachmann <oss@maxbachmann.de>" ] |
| 5 | description = "" " |
| 6 | Implementations of string similarity metrics. Includes Hamming, Levenshtein, |
| 7 | OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. |
| 8 | " "" |
| 9 | license = "MIT" |
| 10 | rust-version = "1.56" |
| 11 | readme = "README.md" |
| 12 | keywords = ["string" , "similarity" , "Hamming" , "Levenshtein" , "Jaro" ] |
| 13 | homepage = "https://github.com/rapidfuzz/strsim-rs" |
| 14 | repository = "https://github.com/rapidfuzz/strsim-rs" |
| 15 | documentation = "https://docs.rs/strsim/" |
| 16 | exclude = ["/.github" , "/dev" ] |
| 17 | categories = ["text-processing" ] |
| 18 | |