[package]
edition = "2021"
name = "cuvs"
version = "26.2.0"
authors = ["NVIDIA Corporation"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RAPIDS vector search library"
homepage = "https://github.com/rapidsai/cuvs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rapidsai/cuvs"
[lib]
name = "cuvs"
path = "src/lib.rs"
[[example]]
name = "cagra"
path = "examples/cagra.rs"
[dependencies.ffi]
version = "26.2.0"
package = "cuvs-sys"
[dependencies.ndarray]
version = "0.15"
[dev-dependencies.mark-flaky-tests]
version = "1"
[dev-dependencies.ndarray-rand]
version = "0.14"