# 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 = "rs-wordle-solver" version = "1.2.0" authors = ["Morgan Roff "] description = "A library for solving Wordle-style puzzles. It provides multiple guessing algorithms, as well as building blocks for implementing your own Wordle solving algorithms." readme = "README.md" keywords = [ "wordle", "solver", "puzzle", "game", "guess", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MorganR/rs-wordle-solver" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.9.0" [dependencies.serde] version = "1.0.197" features = [ "rc", "derive", ] optional = true [dev-dependencies.assert_matches] version = "1.5.0" [features] serde = ["dep:serde"]