arroy 0.6.3

Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage
Documentation
[dependencies.bytemuck]
features = ["derive", "extern_crate_alloc"]
version = "1.21.0"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.enum-iterator]
version = "2.1.0"

[dependencies.heed]
default-features = false
version = "0.22.0"

[dependencies.memmap2]
version = "0.9.5"

[dependencies.nohash]
version = "0.2.0"

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

[dependencies.page_size]
version = "0.6.0"

[dependencies.rand]
features = ["alloc"]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.roaring]
version = "0.10.9"

[dependencies.tempfile]
version = "3.15.0"

[dependencies.thiserror]
version = "2.0.9"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.anyhow]
version = "1.0.95"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.arbitrary]
features = ["derive"]
version = "1.4.1"

[dev-dependencies.clap]
features = ["derive"]
version = "4.5.24"

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

[dev-dependencies.hannoy]
version = "0.0.4"

[dev-dependencies.insta]
version = "1.42.0"

[dev-dependencies.instant-distance]
version = "0.6.1"

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.rand]
features = ["std_rng"]
version = "0.8.5"

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

[[example]]
name = "build-tree-no-commit"
path = "examples/build-tree-no-commit.rs"

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

[[example]]
name = "fuzz"
path = "examples/fuzz.rs"
required-features = ["assert-reader-validity"]

[[example]]
name = "graph"
path = "examples/graph.rs"
required-features = ["plot"]

[[example]]
name = "import-vectors"
path = "examples/import-vectors.rs"

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

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

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

[features]
assert-reader-validity = []
default = []
plot = []

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

[package]
authors = ["Kerollmops <clement@meilisearch.com>", "Tamo <tamo@meilisearch.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "database", "data-structures", "science"]
description = "Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage"
documentation = "https://docs.rs/arroy"
edition = "2021"
keywords = ["ANN-search", "Graph-algorithms", "Vector-Search", "Store"]
license = "MIT"
name = "arroy"
readme = "README.md"
repository = "https://github.com/meilisearch/arroy"
version = "0.6.3"