quiverdb-query 0.29.0

Quiver's query planner and hybrid filtered search.
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.88"
name = "quiverdb-query"
version = "0.29.0"
authors = ["Achref Soua <achref.soua@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quiver's query planner and hybrid filtered search."
homepage = "https://github.com/achref-soua/quiver"
readme = false
keywords = [
    "vector-database",
    "embeddings",
    "search",
    "ann",
    "hnsw",
]
categories = [
    "database",
    "data-structures",
]
license = "AGPL-3.0-only"
repository = "https://github.com/achref-soua/quiver"

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

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

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

[dependencies.serde_json]
version = "1"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
todo = "warn"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"