# 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 = "2018" name = "witty-phrase-generator" version = "0.3.0" authors = ["Exr0n"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates witty three-word phrases suitable for memorable default names." readme = "readme.md" keywords = [ "random", "phrase", "generator", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/Exr0nProjects/witty-phrase-generator" [lib] name = "witty_phrase_generator" path = "src/lib.rs" [[bin]] name = "witty-phrase-generator" path = "src/main.rs" [dependencies.getopts] version = "0.2" [dependencies.rand] version = "0.8.0"