# 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 = "cl-wordle" version = "0.4.0" authors = ["Conrad Ludgate "] description = "Wordle in your terminal" license = "MIT" repository = "https://github.com/conradludgate/wordle" resolver = "2" [[bin]] name = "wordle" required-features = ["cli"] [dependencies.clap] version = "3.0" features = ["derive"] optional = true [dependencies.crossterm] version = "0.23" optional = true [dependencies.eyre] version = "0.6" [dependencies.owo-colors] version = "3.2" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.time] version = "0.3" features = ["local-offset", "macros", "parsing"] optional = true [dev-dependencies.test-case] version = "1.2.2" [features] cli = ["time", "clap"] default = ["tui"] tui = ["owo-colors", "crossterm", "rand", "cli"]