diskann-utils 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-utils"
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 = "README.md"
license = "MIT"
resolver = "3"

[features]
default = ["rayon"]
rayon = ["dep:rayon"]
testing = []

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

[dependencies.bytemuck]
version = "1.23.0"
features = ["must_cast"]

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

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

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

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

[dependencies.rand]
version = "0.9.2"

[dependencies.rayon]
version = "1.10.0"
optional = true

[dependencies.thiserror]
version = "2.0.12"

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

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

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

[lints.clippy]
undocumented_unsafe_blocks = "warn"