# 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 = "multimixer-128" version = "0.1.4" authors = ["Anjan Roy "] description = "Universal Keyed Hashing Based on Integer Multiplication" documentation = "https://github.com/itzmeanjan/multimixer-128" readme = "README.md" keywords = [ "cryptography", "keyed-hashing", "hashing", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/itzmeanjan/multimixer-128.git" [lib] bench = false [[example]] name = "f_128" required-features = ["internal"] [[bench]] name = "multimixer_128" harness = false required-features = ["internal"] [dependencies.crunchy] version = "=0.2.2" [dev-dependencies.criterion] version = "=0.5.1" [dev-dependencies.hex] version = "=0.4.3" [dev-dependencies.rand] version = "=0.8.5" [dev-dependencies.static_assertions] version = "1.1.0" [features] internal = [] [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", target_arch = \"aarch64\", target_arch = \"loongarch64\"))".dev-dependencies.criterion-cycles-per-byte] version = "=0.6.0"