# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "datasketch-minhash-lsh" version = "0.0.1" authors = ["Stefan Grafberger "] description = "A Rust version of the min-hash LSH part of the Python datasketch library" license = "MIT" repository = "https://github.com/schelterlabs/rust-minhash" [dependencies.float-cmp] version = "0.9.0" [dependencies.itertools] version = "0.10.1" [dependencies.quadrature] version = "0.1.2" [dependencies.rand] version = "^0.7" features = ["small_rng"]