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