# 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 = "rustsweeper" version = "1.4.3" exclude = [ "/gifs", "target", ] description = "A command-line Minesweeper program written in Rust." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/AidenPierce616/rustsweeper" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.ansi_term] version = "0.12.1" [dependencies.crossterm] version = "0.27.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.rand] version = "0.8.5" [dependencies.terminal_size] version = "0.3.0"