# 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 = "wordletron" version = "0.2.0" authors = ["Chris Copeland "] description = "A solver for and command-line version of Wordle" documentation = "https://docs.rs/wordletron" readme = "README.md" keywords = ["wordle"] categories = ["games"] license = "Apache-2.0" repository = "https://github.com/chrisnc/wordletron" resolver = "2" [dependencies.custom_derive] version = "0.1.7" [dependencies.indicatif] version = "0.16.2" features = ["rayon"] [dependencies.itertools] version = "0.10.3" [dependencies.newtype_derive] version = "0.1.6" [dependencies.rand] version = "0.8.4" [dependencies.rayon] version = "1.5.1" [dependencies.rpassword] version = "6.0.1"