# 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-muff" version = "0.4.1" authors = [ "Jinzhou Zhang ", "Robert Swinford gmail.com>", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fuzzy Matching Library" homepage = "https://github.com/lotabout/fuzzy-matcher" documentation = "https://docs.rs/fuzzy-matcher" readme = "README.md" keywords = [ "fuzzy", "match", "text", "search", ] license = "MIT" repository = "https://github.com/lotabout/fuzzy-matcher" [lib] name = "fuzzy_matcher" path = "src/lib.rs" [[example]] name = "fz" path = "examples/fz.rs" [dependencies.thread_local] version = "1.1.8" default-features = false [dev-dependencies.termion] version = "4.0.2" default-features = false [features] compact = [] default = []