diskann-benchmark-runner 0.55.0

DiskANN3 is a composable library for bringing scalable, accurate and cost-effective vector indexing to multiple databases.
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-benchmark-runner"
version = "0.55.0"
authors = ["Microsoft"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DiskANN3 is a composable library for bringing scalable, accurate and cost-effective vector indexing to multiple databases."
readme = false
license = "MIT"
repository = "https://github.com/microsoft/DiskANN"
resolver = "3"

[features]
default = []
test-app = []
ux-tools = []

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

[[bin]]
name = "dev"
path = "dev/main.rs"
required-features = ["test-app"]

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.half]
version = "2.6.0"

[dependencies.indicatif]
version = "0.18.3"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.thiserror]
version = "2.0.12"

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

[lints.clippy]
expect_used = "warn"
panic = "warn"
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "allow"
unwrap_used = "warn"