cuvs 25.8.0

RAPIDS vector search library
[dependencies.ffi]
package = "cuvs-sys"
version = "25.8.0"

[dependencies.ndarray]
version = "0.15"

[dev-dependencies.mark-flaky-tests]
version = "1"

[dev-dependencies.ndarray-rand]
version = "0.14"

[[example]]
name = "cagra"
path = "examples/cagra.rs"

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

[package]
authors = ["NVIDIA Corporation"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "RAPIDS vector search library"
edition = "2021"
homepage = "https://github.com/rapidsai/cuvs"
license = "Apache-2.0"
name = "cuvs"
readme = false
repository = "https://github.com/rapidsai/cuvs"
version = "25.8.0"