# 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 = "turdle" version = "0.3.1" authors = ["Chris Price"] description = "A Wordle clone for the terminal" readme = "README.md" keywords = ["wordle"] categories = [ "games", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/weiteck/turdle" [profile.release] lto = true [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" [dependencies.crossterm] version = "0.27.0" [dependencies.indexmap] version = "2.2.6" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.serde_json] version = "1.0.117" [dependencies.time] version = "0.3.36" features = ["local-offset"] [dependencies.tui-big-text] version = "0.4.3" [dependencies.tui-realm-stdlib] version = "1.3.2" [dependencies.tuirealm] version = "1.9" features = [ "ratatui", "crossterm", ] default-features = false