# 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 = "cryptirust" version = "2.0.2" authors = ["Francesco Alemanno "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A flexible password generator that creates pronounceable passwords with adjustable entropy and custom patterns." documentation = "https://docs.rs/cryptirust" readme = "README.md" keywords = [ "password", "generator", "pronounceable", "library", "cli", ] categories = [ "cryptography", "text-processing", "value-formatting", ] license = "MIT" repository = "https://github.com/francescoalemanno/cryptirust" [lib] name = "cryptirust" path = "src/lib.rs" [[bin]] name = "crypticli" path = "src/main.rs" [dependencies.argh] version = "0.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1"