# 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 = "norms" version = "0.1.1" authors = ["Riccardo Mazzarini "] exclude = [ "/.github", "/fuzz", "CHANGELOG.md", ] description = "A collection of distance metrics on strings" documentation = "https://docs.rs/norms" readme = "README.md" keywords = [ "text", "fuzzy", "match", "search", "fzf", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/nomad/norm" [package.metadata.docs.rs] features = [ "fzf-v1", "fzf-v2", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "norm" [[example]] name = "cities" required-features = ["fzf-v2"] [[test]] name = "fzf_common" required-features = ["__tests"] [[test]] name = "fzf_v1" required-features = ["__tests"] [[test]] name = "fzf_v2" required-features = ["__tests"] [[bench]] name = "fzf_common" harness = false required-features = ["__benches"] [[bench]] name = "fzf_v1" harness = false required-features = ["__benches"] [[bench]] name = "fzf_v2" harness = false required-features = ["__benches"] [dependencies.memchr] version = "2" [dev-dependencies.criterion] version = "0.5" [features] __any-metric = [] __benches = [] __into-score = [] __tests = [ "fzf-v1", "fzf-v2", ] fzf-v1 = ["__any-metric"] fzf-v2 = ["__any-metric"]