# 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 = "game2048-rs" version = "0.1.1" authors = ["Hyejin Lee "] description = "This is a Rust implementation of 2048 game using the Cursive library" readme = "README.md" license = "MIT" repository = "https://github.com/genieCS/game2048-rs" [dependencies.crossterm] version = "0.26.1" [dependencies.cursive] version = "0.20" default-features = false [dependencies.cursive_buffered_backend] version = "0.6.0" [dependencies.maplit] version = "1.0" [dependencies.rand] version = "0.8.4" [features] blt-backend = ["cursive/blt-backend"] crossterm-backend = ["cursive/crossterm-backend"] default = ["crossterm-backend"] ncurses-backend = ["cursive/ncurses-backend"] pancurses-backend = ["cursive/pancurses-backend"] termion-backend = ["cursive/termion-backend"]