# 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 = "poodle" version = "0.6.3" authors = ["John Law "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "Not a poodle, but a word-guessing game from your terminal" homepage = "https://github.com/poyea/poodle/" documentation = "https://github.com/poyea/poodle/README.md" readme = "README.md" keywords = [ "wordle", "wordle-rust", "poodle", ] categories = [ "games", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/poyea/poodle/" [[bench]] name = "poodle_benchmark" path = "benches/poodle_benchmark.rs" harness = false [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.colored] version = "2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]