# 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 = "ascii-hangman" version = "5.7.2" authors = ["Jens Getreu "] description = "customizable Hangman game with ASCII-art rewarding for children (desktop version)" documentation = "https://getreu.gitlab.io/_downloads/ascii-hangman--manual.pdf" readme = "README.md" categories = ["command-line-utilities", "games", "text-processing"] license = "MIT/Apache-2.0" repository = "https://github.com/getreu/ascii-hangman" [package.metadata.deb] copyright = "2015-2020, Jens Getreu " depends = "$auto" extended-description = "A little game designed for primary kids to revise vocabulary in classroom.\nSetting up the vocabulary list is part of the learning process. Hangman is a\npaper and pencil guessing game for two or more players. One player thinks of a\nword, phrase or sentence and the other tries to guess it by suggesting letters\nor numbers, within a certain number of guesses. In this version for children\nthe computer selects a word, phrase or sentence randomly out of a word-list\ndefined in a configuration file. As a reward, with every guessed letter, some\nASCII-art is gradually disclosed.\n" maintainer = "Jens Getreu, " [dependencies.ascii-hangman-backend] version = "5.7.2" [dependencies.crossterm] version = "0.22.1" [dependencies.rand] version = "0.8.4" [dependencies.thiserror] version = "1.0.30"