# 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 = "randpass" version = "0.1.1" authors = ["Hiroki Okada "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Secure password generator featuring a customizable character set, entropy calculation, and more." documentation = "https://docs.rs/randpass" readme = "README.md" keywords = [ "password", "password-generator", ] license = "MIT" repository = "https://github.com/okada9/randpass" [lib] name = "randpass" path = "src/lib.rs" [[bin]] name = "randpass" path = "src/main.rs" [[example]] name = "default" path = "examples/default.rs" [[example]] name = "entropy" path = "examples/entropy.rs" [[example]] name = "extra_charset" path = "examples/extra_charset.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.textwrap] version = "0.16.1"