# 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 = "ngt" version = "0.8.0" authors = ["Romain Leroux "] description = "Rust wrappers for NGT nearest neighbor search." readme = "README.md" keywords = [ "ngt", "knn", "ann", "optimization", ] categories = ["science"] license = "Apache-2.0" repository = "https://github.com/lerouxrgd/ngt-rs" [package.metadata.docs.rs] features = ["quantized"] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.half] version = "2" [dependencies.ngt-sys] version = "2.2.2" [dependencies.num_enum] version = "0.7" [dependencies.scopeguard] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1" [dev-dependencies.tempfile] version = "3" [features] large_data = ["ngt-sys/large_data"] qg_optim = [ "quantized", "ngt-sys/qg_optim", ] quantized = ["ngt-sys/quantized"] shared_mem = ["ngt-sys/shared_mem"] static = ["ngt-sys/static"]