# 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 = "typycal" version = "0.2.0" authors = ["Sebastian Rollen "] description = "A lightweight utility for typing and calculating stats about your typing speed." keywords = ["cli", "typing", "game"] categories = ["command-line-utilities", "games"] license = "MIT" repository = "https://github.com/SebRollen/typycal" resolver = "2" [dependencies.itertools] version = "0.10.3" [dependencies.rand] version = "0.8.5" [dependencies.structopt] version = "0.3.26" default-features = false [dependencies.termion] version = "1.5.6"