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