genrepass 1.1.4

Library for generating a readable password from an ordered list of words extracted from text. For improved security, numbers and special characters are inserted at random places.
Documentation
[dependencies.deunicode]
version = "1.1.1"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.4"

[dependencies.snafu]
version = "0.7"

[package]
authors = ["Alexander Chaplin Braz <contact@alexchaplinbraz.com>"]
categories = ["authentication"]
description = """
Library for generating a readable password from an ordered list
of words extracted from text. For improved security,
numbers and special characters are inserted at random places."""
edition = "2021"
homepage = "https://github.com/AlexChaplinBraz/genrepass"
keywords = ["generate", "readable", "secure", "password", "text"]
license = "MIT"
name = "genrepass"
readme = "README.md"
repository = "https://github.com/AlexChaplinBraz/genrepass"
version = "1.1.4"