1 | [package] |
2 | name = "strsim" |
3 | version = "0.10.0" |
4 | authors = ["Danny Guo <danny@dannyguo.com>" ] |
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 | readme = "README.md" |
11 | keywords = ["string" , "similarity" , "Hamming" , "Levenshtein" , "Jaro" ] |
12 | homepage = "https://github.com/dguo/strsim-rs" |
13 | repository = "https://github.com/dguo/strsim-rs" |
14 | documentation = "https://docs.rs/strsim/" |
15 | exclude = ["/.github" , "/dev" ] |
16 | |