# 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 = "a-puzzle-a-day" version = "0.1.1" exclude = ["docs"] description = "Generate and browse all solutions to A-Puzzle-A-Day" readme = "README.md" keywords = [ "puzzle", "tui", ] categories = [ "command-line-utilities", "games", "visualization", ] license = "GPL-2.0-only" repository = "https://github.com/mrbjarksen/a-puzzle-a-day" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.crossterm] version = "0.27.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.indicatif] version = "0.17.7" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.0"