cuvs-sys 26.6.0

Low-level FFI bindings for the cuVS C API (libcuvs_c)
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 = "2024"
name = "cuvs-sys"
version = "26.6.0"
authors = ["NVIDIA Corporation"]
build = "build.rs"
links = "cuvs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for the cuVS C API (libcuvs_c)"
homepage = "https://github.com/rapidsai/cuvs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rapidsai/cuvs"
resolver = "2"

[package.metadata.docs.rs]
features = ["doc-only"]

[features]
default = []
doc-only = []
generate-bindings = ["bindgen"]

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

[build-dependencies.anyhow]
version = "1"

[build-dependencies.bindgen]
version = "0.72"
optional = true

[build-dependencies.cmake-package]
version = "0.2.0"