# 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 = "ann_dataset" version = "0.1.3" include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "A lightweight research library for managing Approximate Nearest Neighbor search datasets." readme = "README.md" keywords = [ "ann-search", "nearest-neighbor", "sparse-dense", "vector-sets", ] license = "MIT" repository = "https://github.com/sbruch/ann-dataset" [lib] name = "ann_dataset" crate-type = ["lib"] [dependencies.anyhow] version = "1.0.82" [dependencies.approx_eq] version = "0.1.8" [dependencies.hdf5] version = "0.8.1" [dependencies.linfa-linalg] version = "0.1.0" [dependencies.ndarray] version = "0.15.6" features = [ "serde", "rayon", ] [dependencies.ndarray-rand] version = "0.14.0" [dependencies.roaring] version = "0.10.3" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.sprs] version = "0.11.1" features = ["serde"] [dependencies.tempdir] version = "0.3.7"