# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fuzzy_prefix_search" version = "0.3.6" description = "Fuzzy search for prefix matches" homepage = "https://github.com/tpisto/fuzzy_prefix_search" readme = "README.md" keywords = [ "fuzzy", "search", "trie", "levenshtein", "prefix", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tpisto/fuzzy_prefix_search" [profile.release] debug = 2 [dependencies]