• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13name = "strsim"
14version = "0.11.0"
15authors = [
16    "Danny Guo <danny@dannyguo.com>",
17    "maxbachmann <oss@maxbachmann.de>",
18]
19exclude = [
20    "/.github",
21    "/dev",
22]
23description = """
24Implementations of string similarity metrics. Includes Hamming, Levenshtein,
25OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
26"""
27homepage = "https://github.com/rapidfuzz/strsim-rs"
28documentation = "https://docs.rs/strsim/"
29readme = "README.md"
30keywords = [
31    "string",
32    "similarity",
33    "Hamming",
34    "Levenshtein",
35    "Jaro",
36]
37categories = ["text-processing"]
38license = "MIT"
39repository = "https://github.com/rapidfuzz/strsim-rs"
40