# 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 = "minhash-rs" version = "0.2.0" authors = ["Luca Cappelletti "] description = "A Rust implementation of MinHash trying to be parsimonious with memory." homepage = "https://github.com/LucaCappelletti94/minhash-rs" readme = "README.md" keywords = [ "minhash", "probabilistic", "algorithm", "cardinality", "estimation", ] categories = [ "no-std", "algorithms", "science", ] license = "MIT" repository = "https://github.com/LucaCappelletti94/minhash-rs" [profile.release] opt-level = 3 debug = 0 debug-assertions = false overflow-checks = false [profile.test] opt-level = 3 debug = 0 debug-assertions = true overflow-checks = true [dependencies.fnv] version = "1.0.3" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.siphasher] version = "0.3" [dev-dependencies.hyperloglog-rs] version = "0.1" [dev-dependencies.indicatif] version = "0.15" features = ["rayon"] [dev-dependencies.rayon] version = "1.5" [dev-dependencies.serde_json] version = "1.0"