yo-vector 0.3.25

RaBitQ quantisation and the partition index yo searches vectors with
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 = "yo-vector"
version = "0.3.25"
authors = ["tamnd <tamnd87@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RaBitQ quantisation and the partition index yo searches vectors with"
homepage = "https://yo.tamnd.dev"
readme = "README.md"
keywords = [
    "database",
    "redis",
    "embedded",
    "key-value",
    "storage",
]
categories = [
    "database-implementations",
    "data-structures",
    "caching",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tamnd/yo"

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

[[example]]
name = "drift"
path = "examples/drift.rs"

[[example]]
name = "ingest"
path = "examples/ingest.rs"

[[example]]
name = "msmarco"
path = "examples/msmarco.rs"

[[example]]
name = "recall"
path = "examples/recall.rs"

[[example]]
name = "search"
path = "examples/search.rs"

[[example]]
name = "truth"
path = "examples/truth.rs"

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

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

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

[dependencies.yo-common]
version = "0.3.24"

[dependencies.yo-format]
version = "0.3.24"

[dependencies.yo-kv]
version = "0.3.24"

[dependencies.yo-shape]
version = "0.3.24"

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

[lints.clippy]
alloc_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]