# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "passxgen" version = "0.3.0" authors = ["Nathaniel Barragan "] description = "A tool to generate random passwords/passphrases written in rust" homepage = "https://gitlab.com/NateDogg1232/passgen-rs.git" readme = "readme.md" keywords = ["password", "generator", "library", "binary"] categories = ["command_line_utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/NateDogg1232/passgen-rs.git" [profile.release] lto = true [lib] name = "passxgen" path = "src/lib.rs" [[bin]] name = "passxgen" path = "src/main.rs" [dependencies.rand] version = "0.7" [dependencies.structopt] version = "0.2" [badges.gitlab] branch = "master" repository = "NateDogg1232/passgen-rs" [badges.maintenance] status = "passively-maintained"