mirror of
https://gitee.com/openharmony/third_party_rust_strsim-rs
synced 2024-11-22 23:29:43 +00:00
16 lines
531 B
TOML
16 lines
531 B
TOML
[package]
|
|
name = "strsim"
|
|
version = "0.10.0"
|
|
authors = ["Danny Guo <danny@dannyguo.com>"]
|
|
description = """
|
|
Implementations of string similarity metrics. Includes Hamming, Levenshtein,
|
|
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
|
|
"""
|
|
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"
|
|
documentation = "https://docs.rs/strsim/"
|
|
exclude = ["/.github", "/dev"]
|