faiss-next-sys 0.6.0

Raw FFI bindings to Faiss (Facebook AI Similarity Search)
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 = "faiss-next-sys"
version = "0.6.0"
build = "build.rs"
links = "faiss"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to Faiss (Facebook AI Similarity Search)"
homepage = "https://github.com/yexiangyu/faiss-next"
documentation = "https://docs.rs/faiss-next-sys"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yexiangyu/faiss-next"

[features]
bindgen = [
    "dep:bindgen",
    "dep:pkg-config",
]
cuda = []
default = []

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

[dev-dependencies]

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

[build-dependencies.pkg-config]
version = "0.3"
optional = true

[target.'cfg(not(target_os = "windows"))'.build-dependencies.pkg-config]
version = "0.3"
optional = true