# 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 = "gaoya" version = "0.2.0" authors = ["Sergejs Melderis "] description = "Locality Sensitive Hashing Data Structures" homepage = "https://github.com/serega/gaoya" readme = "README.md" keywords = [ "lsh", "neardup", "dedup", ] license = "MIT" repository = "https://github.com/serega/gaoya" resolver = "1" [profile.release] debug = true [lib] name = "gaoya" path = "src/lib.rs" bench = false [[bench]] name = "lsh_bench" harness = false [dependencies.ahash] version = "0.8.3" [dependencies.crossbeam-utils] version = "0.8.15" [dependencies.fnv] version = "1.0.7" [dependencies.itertools] version = "0.10.5" [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.5" [dependencies.rand_pcg] version = "0.3.1" [dependencies.random_choice] version = "0.3.2" [dependencies.rayon] version = "1.7.0" [dependencies.seahash] version = "4.1.0" [dependencies.sha-1] version = "0.10.0" [dependencies.shingles] version = "0.1.1" [dependencies.siphasher] version = "0.3.10" [dependencies.smallvec] version = "1.10.0" features = [ "const_generics", "const_new", "serde", ] [dependencies.triomphe] version = "0.1.8" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] unstable = []