# 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 = "typelerate" version = "0.1.0-alpha.1" authors = ["Birger Schacht "] description = "Words fly accross the screen. Make them disappear before the reach the other side!" readme = "README.md" keywords = [ "cli", "game", "console", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://github.com/b1rger/typelerate" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.csv] version = "1.2.2" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.22.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.toml] version = "0.7.6" [dependencies.xdg] version = "2.5.2" [features] devel = []