mirror of
https://gitee.com/openharmony/third_party_rust_strsim-rs
synced 2024-11-27 01:40:41 +00:00
16 lines
451 B
TOML
16 lines
451 B
TOML
[package]
|
|
|
|
name = "strsim"
|
|
version = "0.2.2"
|
|
authors = ["Danny Guo <dannyguo91@gmail.com>"]
|
|
description = """
|
|
Implementations of string similarity metrics.
|
|
Includes Hamming, Levenshtein, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
|
|
"""
|
|
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"
|