[package] name = "hypernonsense" version = "2.2.0" authors = ["Martin Evans "] edition = "2018" # description of the crate # see https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata description = "Using Locality Sensitive hashing to find the nearest points to a query point in extremely high dimensional space." repository = "https://github.com/martindevans/hypernonsense" readme = "readme.md" keywords = ["database", "hash", "search", "vector", "data-structures"] categories = ["algorithms", "science", "data-structures"] # crates.io/category_slugs license = "MIT" [dependencies] rand = "0.8.4" rand_distr = "0.4.2" bit-vec = "0.6.3" time = "0.3.5" rayon = "1.5.1"