# 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" rust-version = "1.82.0" name = "password-maker" version = "0.1.2" authors = ["yutotnh <57719497+yutotnh@users.noreply.github.com>"] build = false include = [ "src/**/*", "README.md", "LICENSE*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Highly customizable password generation library.🔑" homepage = "https://github.com/yutotnh/mkpw/tree/main/password-maker" readme = "README.md" keywords = [ "password", "password-generator", "library", "utility", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yutotnh/mkpw/tree/main/password-maker" [lib] name = "password_maker" path = "src/lib.rs" [dependencies.indexmap] version = "2.6.0" [dependencies.rand] version = "0.8.5" [dependencies.unicode-segmentation] version = "1.12.0" [dev-dependencies.rand_chacha] version = "0.3.1"