[dev-dependencies.quickcheck]
version = "1.0"
[lib]
name = "edit_distance"
path = "src/lib.rs"
[package]
authors = ["Florian Ebeling <mail@florianebeling.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Levenshtein edit distance between strings, a measure for similarity."
documentation = "http://febeling.github.io/edit-distance/edit_distance/"
edition = "2021"
keywords = ["text-processing", "search", "spelling"]
license = "Apache-2.0"
name = "edit-distance"
readme = "README.md"
repository = "https://github.com/febeling/edit-distance"
rust-version = "1.56"
version = "2.2.2"
[[test]]
name = "tests"
path = "tests/tests.rs"