# 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 = "gameboard" version = "0.1.0" authors = ["Timur Shaykhiev "] description = "Rust library for creating game board for text UI games." documentation = "https://docs.rs/gameboard" readme = "README.md" keywords = ["game", "engine", "textUI"] categories = ["game-engines"] license = "MIT" repository = "https://github.com/TimurShaykhiev/gameboard" [[example]] name = "layout" path = "examples/layout.rs" [[example]] name = "cells" path = "examples/cells.rs" [[example]] name = "tictactoe" path = "examples/tictactoe.rs" [[example]] name = "minesweeper" path = "examples/minesweeper.rs" [dependencies.termion] version = "1.5.1" [dependencies.unicode-segmentation] version = "1.2.0" [dev-dependencies.rand] version = "0.6"