# 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 = "wordle-solvers" version = "0.9.0" authors = ["Paul Horn "] description = "Solve a Wordle puzzle based on a provided word list" homepage = "https://gh.knutwalker.io/wordle-solvers/" readme = "README.md" keywords = ["wordle", "puzzle", "solver"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/knutwalker/wordle-solvers/" resolver = "2" [dependencies.clap] version = "3.0.6" features = ["std"] default-features = false [dependencies.dialoguer] version = "0.9.0" default-features = false [dependencies.eyre] version = "0.6.5" default-features = false [dependencies.fst] version = "0.4.7" [dependencies.wordle-automaton] version = "^0.9.0"