diskann-tools 0.50.0

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-tools"
version = "0.50.0"
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 = false
license = "MIT"
resolver = "3"

[features]
default = []
perf_test = [
    "diskann-providers/perf_test",
    "diskann-disk/perf_test",
]

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

[[bin]]
name = "compute_groundtruth"
path = "src/bin/compute_groundtruth.rs"

[[bin]]
name = "compute_multivec_groundtruth"
path = "src/bin/compute_multivec_groundtruth.rs"

[[bin]]
name = "gen_associated_data_from_range"
path = "src/bin/gen_associated_data_from_range.rs"

[[bin]]
name = "generate_minmax"
path = "src/bin/generate_minmax.rs"

[[bin]]
name = "generate_pq"
path = "src/bin/generate_pq.rs"

[[bin]]
name = "generate_synthetic_labels"
path = "src/bin/generate_synthetic_labels.rs"

[[bin]]
name = "random_data_generator"
path = "src/bin/random_data_generator.rs"

[[bin]]
name = "relative_contrast"
path = "src/bin/relative_contrast.rs"

[[bin]]
name = "subsample_bin"
path = "src/bin/subsample_bin.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bit-set]
version = "0.8.0"

[dependencies.bytemuck]
version = "1.23.0"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.clap]
version = "4.5.45"
features = ["derive"]

[dependencies.diskann]
version = "0.50.0"

[dependencies.diskann-disk]
version = "0.50.0"

[dependencies.diskann-label-filter]
version = "0.50.0"

[dependencies.diskann-providers]
version = "0.50.0"
default-features = false

[dependencies.diskann-quantization]
version = "0.50.0"
default-features = false

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

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

[dependencies.half]
version = "2.6.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.opentelemetry]
version = "0.30.0"

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

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_distr]
version = "0.5"

[dependencies.rayon]
version = "1.10.0"

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

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dev-dependencies.diskann-providers]
version = "0.50.0"
features = ["virtual_storage"]
default-features = false

[dev-dependencies.diskann-utils]
version = "0.50.0"
features = ["testing"]
default-features = false

[dev-dependencies.rstest]
version = "0.23.0"

[dev-dependencies.vfs]
version = "0.12.1"

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