# 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 = "tet-ris" version = "0.6.4" exclude = [ ".vscode", "images", ".github", ] description = "A play a quick game of 1984-ish Tetris right in the terminal!" readme = "README.md" keywords = [ "tetris", "game", "terminal", ] categories = ["games"] license = "MIT" repository = "https://github.com/manorajesh/tet-ris" [profile.release] lto = "fat" codegen-units = 1 debug = 0 panic = "abort" [dependencies.bincode] version = ">=1.3.3" default-features = false [dependencies.clap] version = ">=4.2.5" features = ["derive"] [dependencies.crossterm] version = ">=0.26.1" [dependencies.rand] version = ">=0.8.5" [dependencies.serde] version = ">=1.0.160" features = ["derive"] default-features = false