# 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 = "hashell" version = "0.1.0" authors = ["Grisshink"] description = "MRSL's hashing function ported to rust" readme = "README.md" keywords = [ "crypto", "hash", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/Grisshink/hashell" [[bench]] name = "hashell-stress" harness = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]