nodedb-fts 0.2.1

Shared full-text search engine for NodeDB — inverted index, BM25 scoring, analyzers, fuzzy matching
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"
rust-version = "1.94"
name = "nodedb-fts"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared full-text search engine for NodeDB — inverted index, BM25 scoring, analyzers, fuzzy matching"
homepage = "https://nodedb.dev"
documentation = "https://docs.rs/nodedb-fts"
readme = "README.md"
keywords = [
    "fts",
    "search",
    "bm25",
    "full-text",
    "lucene",
]
categories = [
    "text-processing",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/NodeDB-Lab/nodedb"
resolver = "2"

[features]
default = []

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

[dependencies.arc-swap]
version = "1"

[dependencies.crc32c]
version = "0.6"

[dependencies.icu_segmenter]
version = "1"

[dependencies.lindera]
version = "2.3"

[dependencies.nodedb-mem]
version = "0.2"

[dependencies.nodedb-types]
version = "0.2"

[dependencies.rust-stemmers]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sonic-rs]
version = "0.5"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.whatlang]
version = "0.18"

[dependencies.zerompk]
version = "0.5"
features = [
    "std",
    "derive",
]

[dev-dependencies]