# 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 = "pass-gen" version = "1.0.4" authors = ["Jacob Reed "] description = "Simple password generator that generates a password and copies to clipboard. Uses ANSI terminal coloring. Installation: cargo install pass-gen Usage: pass-gen -l Defaults to 15 characters." license = "MIT" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "2.33.1" [dependencies.clipboard] version = "0.5.0" [dependencies.rand] version = "0.7.3"