# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "play-2048" version = "1.0.0" authors = ["Adrien Ball "] description = "Rust implementation of the famous 2048 game in the terminal" homepage = "https://github.com/adrienball/2048-rs" readme = "README.md" keywords = ["game", "2048", "puzzle"] categories = ["games", "command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/adrienball/2048-rs" [[bench]] name = "solver" harness = false [[bench]] name = "board" harness = false [dependencies.clap] version = "2.33.0" [dependencies.fnv] version = "1.0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7.3" [dependencies.termion] version = "1.5.5" [dev-dependencies.criterion] version = "0.3.1" [badges.travis-ci] branch = "master" repository = "adrienball/2048-rs"