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