| [package] |
| name = "strsim" |
| version = "0.10.0" |
| authors = ["Danny Guo <danny@dannyguo.com>"] |
| description = """ |
| Implementations of string similarity metrics. Includes Hamming, Levenshtein, |
| OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. |
| """ |
| license = "MIT" |
| readme = "README.md" |
| keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"] |
| homepage = "https://github.com/dguo/strsim-rs" |
| repository = "https://github.com/dguo/strsim-rs" |
| documentation = "https://docs.rs/strsim/" |
| exclude = ["/.github", "/dev"] |