# 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 = "wordlebot" version = "1.0.3" authors = ["Rich Neswold "] description = "A program which tries to solve the daily Wordle puzzle." homepage = "https://github.com/rneswold/wordlebot" readme = "README.md" keywords = [ "wordle", "puzzle", ] categories = [ "command-line-utilities", "games", ] license = "BSD-3-Clause" repository = "https://github.com/rneswold/wordlebot/tree/master" resolver = "2" [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 debug = false debug-assertions = false [dependencies.clap] version = "3" features = [ "derive", "env", ] [dependencies.itertools] version = "0.10" [dependencies.rand] version = "0.8"