# 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 = "probminhash" version = "0.1.11" authors = ["jeanpierre.both@gmail.com"] description = "Minhash algorithms for weighted Jaccard index" documentation = "https://docs.rs/probminhash" readme = "README.md" keywords = [ "minhash", "lsh", "jaccard", "probminhash", "hyperloglog", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jean-pierreBoth/probminhash" [lib] path = "src/lib.rs" test = true doc = true [dependencies.argmin] version = "0.9" [dependencies.env_logger] version = "0.10" [dependencies.fnv] version = "1.0" [dependencies.fxhash] version = "0.2" [dependencies.indexmap] version = "2.2" [dependencies.katexit] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.murmur3] version = "0.5" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.rand_xorshift] version = "0.3" [dependencies.rand_xoshiro] version = "0.6" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.twox-hash] version = "1.6" [dependencies.wyhash] version = "0.5" [features] default = [] sminhash2 = []