text-search 0.1.6

A simple easy to use plug and play wrapper around tantivy for simple search scenarios.
Documentation
# 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 = "2024"
name = "text-search"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple easy to use plug and play wrapper around tantivy for simple search scenarios."
readme = "README.md"
keywords = [
    "tantivy",
    "simple",
    "text",
    "search",
]
license = "MIT"
repository = "https://github.com/Salman-Sali/text-search"

[lib]
name = "text_search"
path = "src/lib.rs"

[[example]]
name = "filter"
path = "examples/filter.rs"

[[example]]
name = "index_and_filter_delete"
path = "examples/index_and_filter_delete.rs"

[[example]]
name = "index_and_term_delete"
path = "examples/index_and_term_delete.rs"

[dependencies.tantivy]
version = "0.22.0"

[dependencies.text-search-core]
version = "0.1.6"

[dependencies.text-search-derive]
version = "0.1.6"