[package]
edition = "2021"
name = "ruvector-matryoshka"
version = "2.2.3"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Matryoshka-aware coarse-to-fine vector search: three-variant funnel ANN with measured recall and latency tradeoffs"
readme = "README.md"
keywords = [
"vector-search",
"ann",
"matryoshka",
"coarse-to-fine",
"agent-memory",
]
categories = [
"algorithms",
"data-structures",
"science",
]
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"
[lib]
name = "ruvector_matryoshka"
path = "src/lib.rs"
[[bin]]
name = "benchmark"
path = "src/bin/benchmark.rs"
[dependencies.rand]
version = "0.8"
[lints.rust]
dead_code = "allow"
unused_variables = "allow"