nitrite_vector 0.4.2

Vector / HNSW ANN indexing and RAG store for the Nitrite database
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 = "nitrite_vector"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vector / HNSW ANN indexing and RAG store for the Nitrite database"
readme = "README.md"
keywords = [
    "database",
    "vector",
    "hnsw",
    "ann",
    "rag",
]
categories = [
    "database",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/nitrite/nitrite-rust"

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

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

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

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

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

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

[[bench]]
name = "vector_bench"
path = "benches/vector_bench.rs"
harness = false

[dependencies.bincode]
version = "2.0"
features = ["serde"]

[dependencies.half]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.nitrite]
version = "0.4.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"
features = ["small_rng"]

[dependencies.rustc-hash]
version = "2"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.wide]
version = "0.7"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.tempfile]
version = "3.15"