# 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 = "rpgen" version = "0.1.1" authors = ["Racci "] description = "A password generator written in Rust" readme = "README.md" keywords = [ "generator", "password", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Racci/PGen-Rust" [dependencies.clap] version = "3.1.8" features = [ "derive", "cargo", ] [dependencies.dirs] version = "1.0.5" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rust-embed] version = "6.4.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.simplelog] version = "^0.12.0" features = ["paris"] [dependencies.strum] version = "0.24.0" [dependencies.strum_macros] version = "0.24" [dependencies.toml] version = "0.5.9"