eddie 0.4.2

Fast and well-tested implementations of edit distance/string similarity metrics: Levenshtein, Damerau-Levenshtein, Hamming, Jaro, and Jaro-Winkler.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "eddie"
version = "0.4.2"
authors = ["Ilia Schelokov <thaumant@gmail.com>"]
description = "Fast and well-tested implementations of edit distance/string similarity metrics:\nLevenshtein, Damerau-Levenshtein, Hamming, Jaro, and Jaro-Winkler.\n"
homepage = "http://github.com/thaumant/eddie"
documentation = "https://docs.rs/eddie/"
keywords = ["levenshtein", "hamming", "jaro", "text"]
categories = ["algorithms", "text-processing"]
license = "MIT"
repository = "http://github.com/thaumant/eddie"

[[bench]]
name = "leven"
harness = false

[[bench]]
name = "damlev"
harness = false

[[bench]]
name = "hamming"
harness = false

[[bench]]
name = "jaro"
harness = false

[[bench]]
name = "jarwin"
harness = false

[dependencies]
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.distance]
version = "0.4"

[dev-dependencies.edit-distance]
version = "2.1.0"

[dev-dependencies.natural]
version = "0.3"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.strsim]
version = "0.9"

[dev-dependencies.txtdist]
version = "0.2"