# 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 = "tui48" version = "1.0.0" authors = ["Jackson Novak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An elegant and faithful 2048 clone in the terminal." readme = "README.md" license = "MIT" repository = "https://gitlab.com/Oglo12/tui48" [profile.bench] lto = "thin" debug = 1 strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [[bin]] name = "tui48" path = "src/main.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.owo-colors] version = "4.1.0" [dependencies.rand] version = "0.8.5" [dependencies.tuigui] version = "0.13.0" features = ["backend_crossterm"]