# 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 = "cli_2048" version = "0.2.0" authors = ["David Bühler "] description = "2048 for the command line" documentation = "https://docs.rs/cli_2048" readme = "README.md" keywords = [ "2048", "game", ] categories = [ "Command line utilities", "Games", ] license = "MIT" repository = "https://github.com/daveiator/cli_2048" resolver = "2" [lib] name = "cli_2048" path = "src/lib.rs" [[bin]] name = "2048" path = "src/main.rs" [dependencies.crossterm] version = "0.23.2" [dependencies.phf] version = "0.10" features = ["macros"] [dependencies.rand] version = "0.8.4"