libbruteforce 2.0.0

This library helps you to brute force hashes (e.g. passwords). It includes a set of pre-configured hashing functions, like md5 or sha256. You can also provide your own hashing function. PLEASE DO NOT use this software to harm someones privacy in any kind! This project was made for fun and for teaching myself new things about Rust.
Documentation
[dependencies.md5]
version = "0.7.0"

[dependencies.num_cpus]
version = "1.11.1"

[dependencies.sha1]
version = "0.6.0"

[dependencies.sha2]
version = "0.8.1"

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
categories = ["algorithms"]
description = "This library helps you to brute force hashes (e.g. passwords). It includes a set of pre-configured\nhashing functions, like md5 or sha256. You can also provide your own hashing function. PLEASE DO NOT\nuse this software to harm someones privacy in any kind! This project was made for fun and for teaching myself\nnew things about Rust.\n"
documentation = "https://github.com/phip1611/libbruteforce"
edition = "2018"
homepage = "https://github.com/phip1611/libbruteforce"
keywords = ["bruteforce", "hashes", "passwords"]
license = "MIT"
name = "libbruteforce"
readme = "README.md"
repository = "https://github.com/phip1611/libbruteforce"
version = "2.0.0"