# 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 = "2018" name = "hypernonsense" version = "2.2.0" authors = ["Martin Evans "] description = "Using Locality Sensitive hashing to find the nearest points to a query point in extremely high dimensional space." readme = "readme.md" keywords = [ "database", "hash", "search", "vector", "data-structures", ] categories = [ "algorithms", "science", "data-structures", ] license = "MIT" repository = "https://github.com/martindevans/hypernonsense" [dependencies.bit-vec] version = "0.6.3" [dependencies.rand] version = "0.8.4" [dependencies.rand_distr] version = "0.4.2" [dependencies.rayon] version = "1.5.1" [dependencies.time] version = "0.3.5"