# 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 = "rowdle" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Wordle backend in Rust" readme = "README.md" keywords = [ "wordle", "game", "cli", ] license = "MIT" [lib] name = "rowdle" path = "src/lib.rs" [[example]] name = "loldle" path = "examples/loldle.rs" [[example]] name = "numberdle" path = "examples/numberdle.rs" [[example]] name = "wordle" path = "examples/wordle.rs" [[example]] name = "wordle_tui" path = "examples/wordle_tui.rs" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.random_word] version = "0.4.3" features = ["en"] [dev-dependencies.ratatui] version = "0.27.0"