18 lines
632 B
TOML
18 lines
632 B
TOML
[package]
|
|
name = "strsim"
|
|
version = "0.11.1"
|
|
authors = ["Danny Guo <danny@dannyguo.com>", "maxbachmann <oss@maxbachmann.de>"]
|
|
description = """
|
|
Implementations of string similarity metrics. Includes Hamming, Levenshtein,
|
|
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
|
|
"""
|
|
license = "MIT"
|
|
rust-version = "1.56"
|
|
readme = "README.md"
|
|
keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
|
|
homepage = "https://github.com/rapidfuzz/strsim-rs"
|
|
repository = "https://github.com/rapidfuzz/strsim-rs"
|
|
documentation = "https://docs.rs/strsim/"
|
|
exclude = ["/.github", "/dev"]
|
|
categories = ["text-processing"]
|