diskann-vector 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-vector"
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"

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

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

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

[dependencies.cfg-if]
version = "1.0.0"

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

[dependencies.half]
version = "2.6.0"

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

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

[dev-dependencies.half]
version = "2.6.0"
features = [
    "rand_distr",
    "num-traits",
]

[dev-dependencies.iai-callgrind]
version = "0.14.0"

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

[dev-dependencies.rand_distr]
version = "0.5"

[lints.clippy]
uninlined_format_args = "allow"