# 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 = "wordle-cli" version = "1.0.1" exclude = [".gitignore", ".github/", ".idea/", "migrations/", "res/db/create.sql", "res/db/drop.sql", "*.iml"] default-run = "wordle" description = "The popular word guessing game as CLI application! Written in Rust." homepage = "https://www.tohuwabohu.io/projects/wordle-cli" documentation = "https://www.tohuwabohu.io/projects/wordle-cli" readme = "README.md" keywords = ["wordle", "game", "cli", "cli-game"] license-file = "LICENSE" repository = "https://github.com/tohuwabohu-io/wordle-cli" resolver = "2" [[bin]] name = "wordle" path = "src/main.rs" [dependencies.any_ascii] version = "0.3.1" [dependencies.chrono] version = "0.4.0" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.console] version = "0.15" [dependencies.diesel] version = "1.4.8" features = ["sqlite", "chrono"] [dependencies.dotenv] version = "0.15.0" [dependencies.indicatif] version = "0.16.2" [dependencies.uuid] version = "1.1.1" features = ["v4", "fast-rng"]