faiss-next 0.6.0

Rust bindings for 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"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Faiss (Facebook AI Similarity Search)"
homepage = "https://github.com/yexiangyu/faiss-next"
documentation = "https://docs.rs/faiss-next"
readme = "README.md"
keywords = [
    "faiss",
    "similarity-search",
    "vector-search",
    "ann",
    "machine-learning",
]
categories = [
    "science",
    "algorithms",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/yexiangyu/faiss-next"

[features]
bindgen = ["faiss-next-sys/bindgen"]
cuda = ["faiss-next-sys/cuda"]
default = []

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

[[example]]
name = "gpu_test"
path = "examples/gpu_test.rs"
required-features = ["cuda"]

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

[[test]]
name = "basic_tests"
path = "tests/basic_tests.rs"

[dependencies.faiss-next-sys]
version = "0.6.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.ndarray]
version = "0.16"

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