# 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] name = "faiss-sys" version = "0.6.2" authors = ["Eduardo Pinho "] links = "faiss_c" description = "Native bindings for Faiss" keywords = [ "cbir", "clustering", "index", "similarity", "bindings", ] categories = [ "external-ffi-bindings", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/faiss-rs" [package.metadata.docs.rs] features = ["gpu"] [build-dependencies.cmake] version = "0.1.50" optional = true [features] gpu = [] static = ["cmake"] [badges.maintenance] status = "passively-maintained"