sparse-vector 4.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 = "4.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_commit_cost"
path = "tests/bench_commit_cost.rs"

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

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

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

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

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

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

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

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

[dependencies.bincode]
version = "1"

[dependencies.crc32fast]
version = "1"

[dependencies.luciole]
version = "4.0.2"

[dependencies.lucistore]
version = "4.0.2"

[dependencies.memmap2]
version = "0.9"

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

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

[dependencies.serde_json]
version = "1"