sparse-vector 3.0.2

Sparse vector inverted index with WAND pruning, persisted through lucistore and sharded through luciole — a lucivy friend crate. Original code, design inspired by Qdrant's sparse index (see NOTICE).
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 = "2021"
name = "sparse-vector"
version = "3.0.2"
authors = ["Luciform Research <luciedefraiteur@luciformresearch.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sparse vector inverted index with WAND pruning, persisted through lucistore and sharded through luciole — a lucivy friend crate. Original code, design inspired by Qdrant's sparse index (see NOTICE)."
homepage = "https://github.com/L-Defraiteur/lucivy"
readme = "README.md"
keywords = [
    "sparse",
    "vector",
    "wand",
    "inverted-index",
    "splade",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/L-Defraiteur/lucivy"
resolver = "3"

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

[[test]]
name = "bench_wand_compare"
path = "tests/bench_wand_compare.rs"

[dependencies.bincode]
version = "1"

[dependencies.luciole]
version = "3.0.2"

[dependencies.lucistore]
version = "3.0.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.ordered-float]
version = "4"

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

[dependencies.serde_json]
version = "1"