# 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 = "hamming_rs" version = "0.2.22" authors = ["Regis Portalez "] exclude = [ "target/criterion/*", ".cargo_vcs_info.json", ".gitignore", "Cargo.toml.orig", ] description = """ Computes Hamming distance and weight -- if available, uses a highly optimized avx2 implementation """ homepage = "https://github.com/JeWaVe/hamming_rs" documentation = "https://docs.rs/hamming_rs/" readme = "README.md" keywords = [ "popcount", "hamming", "avx2", ] license = "MIT" repository = "https://github.com/JeWaVe/hamming_rs" [profile.dev] opt-level = 0 overflow-checks = true [profile.release] opt-level = 3 debug = false debug-assertions = false overflow-checks = false [[bench]] name = "distance" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.hamming] version = "0.1.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.strsim] version = "0.10.0"