]> git.proxmox.com Git - rustc.git/blob - src/vendor/strsim-0.5.2/Cargo.toml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / strsim-0.5.2 / Cargo.toml
1 [package]
2
3 name = "strsim"
4 version = "0.5.2"
5 authors = ["Danny Guo <dannyguo91@gmail.com>"]
6 description = """
7 Implementations of string similarity metrics.
8 Includes Hamming, Levenshtein, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
9 """
10 license = "MIT"
11 readme = "README.md"
12 keywords = ["string", "similarity", "Hamming",
13 "Levenshtein", "Jaro"]
14 homepage = "https://github.com/dguo/strsim-rs"
15 repository = "https://github.com/dguo/strsim-rs"
16 documentation = "http://dannyguo.com/strsim-rs/"
17