# 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 = "type_defender" version = "0.2.0" authors = ["Stephan Malan "] include = [ "**/*.rs", "resources/*", "Cargo.toml", "LICSENSE", "README.md", ] description = "A terminal based game to improve your typing." readme = "README.md" categories = ["games"] license = "MIT" repository = "https://github.com/StephanMalan/type_defender" [dependencies.crossterm] version = "0.25" [dependencies.rand] version = "0.8.5" [dependencies.rust-embed] version = "6.6.1" [dependencies.strum] version = "0.24.1" features = [ "derive", "strum_macros", ] [dependencies.strum_macros] version = "0.24.3" [dependencies.tui] version = "0.19.0" [dependencies.tui-textarea] version = "0.2.0"