# 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 = "tools-2048" version = "0.4.1" authors = ["Antonio Mamić "] include = [ "/src", "Cargo.toml", "README.md", "LICENSE.md", ] description = "A Rust crate that provides the core logic of the popular game 2048, along with a basic AI to play the game." readme = "README.md" keywords = [ "game-logic", "game-ai", "open-source", "algorithm", ] categories = ["games"] license = "MIT" repository = "https://github.com/amamic1803/tools-2048-rs" [profile.test] opt-level = 3 [dependencies.rand] version = "0.8.5" [dependencies.tinypool] version = "0.2.0"