# 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 = "vsag" version = "0.1.1" authors = [ "Jiacai Liu ", "Greptime Team ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust binding for VSAG, a vector indexing library used for similarity search." homepage = "https://github.com/jiacai2050/vsag-rs" readme = "README.md" keywords = [ "vector", "llm", "dag", "ann", "hnsw", ] license = "Apache-2.0" repository = "https://github.com/jiacai2050/vsag-rs" [package.metadata.docs.rs] no-default-features = true [lib] name = "vsag" path = "src/lib.rs" [dev-dependencies.distances] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.simsimd] version = "4" [dev-dependencies.tempdir] version = "0.3" [build-dependencies.cmake] version = "0.1" [features] default = [ "enable-cxx11-abi", "vendored", ] enable-cxx11-abi = [] enable-intel-mkl = [] enable-libcxx = [] vendored = []