[package] name = "genrepass" version = "1.1.4" authors = ["Alexander Chaplin Braz "] 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.""" homepage = "https://github.com/AlexChaplinBraz/genrepass" repository = "https://github.com/AlexChaplinBraz/genrepass" readme = "README.md" license = "MIT" edition = "2021" keywords = ["generate", "readable", "secure", "password", "text", ] categories = ["authentication"] [dependencies] deunicode = "1.1.1" rand = "0.8" regex = "1.4" snafu = "0.7"