mirror of
https://gitee.com/openharmony/third_party_rust_strsim-rs
synced 2024-11-23 07:39:51 +00:00
Update Cargo metadata
This commit is contained in:
parent
454834f300
commit
b6567a0584
@ -1,17 +1,16 @@
|
||||
[package]
|
||||
|
||||
name = "strsim"
|
||||
version = "0.6.0"
|
||||
authors = ["Danny Guo <dannyguo91@gmail.com>"]
|
||||
description = """
|
||||
Implementations of string similarity metrics.
|
||||
Includes Hamming, Levenshtein, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
|
||||
Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
|
||||
"""
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
keywords = ["string", "similarity", "Hamming",
|
||||
"Levenshtein", "Jaro"]
|
||||
keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
|
||||
homepage = "https://github.com/dguo/strsim-rs"
|
||||
repository = "https://github.com/dguo/strsim-rs"
|
||||
documentation = "http://dannyguo.com/strsim-rs/"
|
||||
documentation = "https://docs.rs/strsim/"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user