blob: 1cac0955140c1565e6ac67d524f11e593b1362a5 [file] [log] [blame]
[package]
name = "fst-levenshtein"
version = "0.2.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Search finite state transducers with fuzzy queries using Levenshtein automata.
"""
documentation = "https://docs.rs/fst-levenshtein"
homepage = "https://github.com/BurntSushi/fst"
repository = "https://github.com/BurntSushi/fst"
keywords = ["search", "information", "retrieval", "dictionary", "map"]
license = "Unlicense/MIT"
[dependencies]
fst = { path = "..", version = "0.3.1" }
utf8-ranges = "1"