diskann-benchmark-core 0.46.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 = "2024"
name = "diskann-benchmark-core"
version = "0.46.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"

[features]
bigann = ["dep:serde_yaml"]
default = []

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.diskann]
version = "0.46.0"

[dependencies.diskann-benchmark-runner]
version = "0.46.0"

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

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

[dependencies.serde_yaml]
version = "0.9.34"
optional = true

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.48.0"

[dev-dependencies.diskann]
version = "0.46.0"
features = ["testing"]

[dev-dependencies.diskann-benchmark-runner]
version = "0.46.0"
features = ["ux-tools"]

[dev-dependencies.diskann-vector]
version = "0.46.0"

[dev-dependencies.itertools]
version = "0.13.0"

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

[lints.clippy]
undocumented_unsafe_blocks = "warn"