# 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 = "tetris-rs" version = "0.1.4" authors = ["starevan "] description = "terminal based tetris game written in rust." homepage = "https://github.com/kunieone/tetris_rs" readme = "readme.md" keywords = [ "game", "tetris", "rust", ] categories = [ "games", "game-development", ] license = "MIT" repository = "https://github.com/kunieone/tetris_rs" resolver = "2" [profile.release] lto = true [[bin]] name = "tetris" path = "src/main.rs" edition = "2021" [dependencies.colored] version = "2.0.0" [dependencies.crossterm] version = "0.26.0" features = ["event-stream"] [dependencies.dotenv] version = "0.15.0" [dependencies.rand] version = "0.8.5" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.termion] version = "2.0.1"