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