# 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 = "rustblocks" version = "0.3.3" authors = ["Josh Vanderberg jvanderberg@gmail.com"] description = "Rustblocks is a simple tetromino based falling blocks game" homepage = "https://github.com/jvanderberg/rustblocks" readme = "readme.md" keywords = [ "cli", "games", "blocks", ] categories = ["games-and-entertainment"] license = "MIT" repository = "https://github.com/jvanderberg/rustblocks" [dependencies.blocks_lib] version = "0.3.3" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.rand] version = "0.8.5" [dependencies.terminal-light] version = "1.2.0"