# 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 = "word-chain-game" version = "1.0.1" authors = ["April "] description = "A word chain game helper" homepage = "https://github.com/quadratic-bit/words-game" readme = "README.md" keywords = [ "game", "word-chain", "last-and-first", "words", ] categories = [ "command-line-utilities", "games", ] license = "Unlicense" repository = "https://github.com/quadratic-bit/words-game" [profile.release] opt-level = 3 lto = "fat" debug = 0 strip = "symbols" [[bin]] name = "words" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.1.0" [dev-dependencies.predicates] version = "3.0.4"