# 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 = "searchy" version = "0.5.0" authors = ["Bernard van Gastel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Search index (in-memory), that can be constructed and searched using a bag of words model, with cosine similarity scoring based on tf-idf. Supports multiple search terms, permissions, text suggestions (for spelling errors), and evaluating common arithmetic expressions directly to values. Tries to reduce memory footprint." homepage = "https://www.bitpowder.com/libs/indigo/" readme = "README.md" keywords = [ "search", "in-memory", ] categories = [ "algorithms", "data-structures", "text-processing", ] license = "Apache-2.0" repository = "https://gitlab.com/bitpowder/indigo-ng" [lib] name = "searchy" path = "src/lib.rs" [dependencies.expry] version = "^0.4" [dependencies.smol_str] version = "^0.2"