diskann-label-filter 0.50.1

DiskANN is a fast approximate nearest neighbor search library for high dimensional data
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 = "diskann-label-filter"
version = "0.50.1"
authors = ["Microsoft"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DiskANN is a fast approximate nearest neighbor search library for high dimensional data"
documentation = "https://github.com/microsoft/DiskANN"
readme = "README.md"
license = "MIT"
resolver = "3"

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

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

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

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

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

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

[dependencies.bf-tree]
version = "0.4.9"

[dependencies.diskann]
version = "0.50.1"

[dependencies.diskann-utils]
version = "0.50.1"
default-features = false

[dependencies.diskann-vector]
version = "0.50.1"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.roaring]
version = "0.11.2"

[dependencies.scc]
version = "3.3.2"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.40"

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

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

[dev-dependencies.futures-util]
version = "0.3.31"
default-features = false

[dev-dependencies.hashbrown]
version = "0.16.0"

[dev-dependencies.rand]
version = "0.9.3"

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

[dev-dependencies.tracing]
version = "0.1.40"

[lints.clippy]
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "allow"