# 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 = "n-letter-wordle" version = "1.1.0" authors = ["JimLynchCodes jim.lynch@evaluates2.com"] description = "A wordle clone, played in the command line, with words of any length." homepage = "https://github.com/JimLynchCodes/n-letter-wordle-cli" readme = "README.md" keywords = [ "worlde", "cli", "rust", "game", "games", ] categories = [ "command-line-utilities", "games", "rust-patterns", "text-processing", ] license = "MIT" repository = "https://github.com/JimLynchCodes/n-letter-wordle-cli" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.indexmap] version = "1.9.3" [dependencies.inquire] version = "0.6.1" features = ["console"] [dependencies.random_word] version = "0.3.0" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.serde_json] version = "1.0.97" [dependencies.termion] version = "2.0.1" [dependencies.text-style] version = "0.3.0" [dependencies.zspell] version = "0.3.3" [dev-dependencies]