# 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.2.0" description = "Light weighted rust wrapper of c api of facebookresearch/faiss library" homepage = "http://github.com/yexiangyu/faiss-next" documentation = "https://docs.rs/faiss-next" readme = "README.md" keywords = ["faiss"] license = "MIT" repository = "https://github.com/yexiangyu/faiss-next" [dependencies.faiss-next-sys] version = "0.2.0" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dev-dependencies.ndarray] version = "0.15.6" [dev-dependencies.ndarray-rand] version = "0.14.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] bindgen = ["faiss-next-sys/bindgen"] default = [] gpu = ["faiss-next-sys/gpu"]