# 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 = "rabitq" version = "0.2.1" authors = ["Keming "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of the RaBitQ vector search algorithm." documentation = "https://docs.rs/rabitq" readme = "README.md" keywords = [ "vector-search", "quantization", "binary-dot-product", ] categories = [ "algorithms", "science", ] license = "AGPL-3.0" repository = "https://github.com/kemingy/rabitq" [profile.dev.package.faer] opt-level = 3 [profile.perf] lto = false codegen-units = 16 debug = 2 panic = "unwind" inherits = "release" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] name = "rabitq" path = "src/lib.rs" [dependencies.faer] version = "0.19" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1"