# 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 = "ferristype" version = "1.0.2" authors = ["ZennDev "] description = "FerrisType is a minimalist typing game where your sole task is to type whatever appears on your terminal screen. Test and improve your typing speed and accuracy as random words and phrases appear, challenging you to type them quickly and correctly. Embrace the simplicity, hone your typing skills, and reach new levels of typing mastery in this immersive terminal-based game." homepage = "https://github.com/ZennDev1337/ferristype" readme = "README.md" keywords = [ "typing", "game", "type-speed", "type", "tui", ] categories = [ "command-line-utilities", "games", "command-line-interface", ] license = "GPL-3.0" repository = "https://github.com/ZennDev1337/ferristype.git" [dependencies.dirs] version = "5.0.1" [dependencies.itertools] version = "0.11.0" [dependencies.rand] version = "0.8.5" [dependencies.rust-embed] version = "6.8.1" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.structopt] version = "0.3.26" default-features = false [dependencies.termion] version = "2.0.1" [build-dependencies.dirs] version = "5.0.1"