# 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 = "minesweep" version = "6.0.54" authors = ["Phillip Cloud"] description = "A mine sweeping game written in Rust" homepage = "https://github.com/cpcloud/minesweep-rs" readme = "./README.md" keywords = [ "terminal", "minesweeper", "game", ] license = "Apache-2.0" repository = "https://github.com/cpcloud/minesweep-rs" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "^1.0.79" [dependencies.bit-set] version = "^0.5.3" [dependencies.ctrlc] version = "^3.4.2" [dependencies.num-traits] version = "^0.2.18" [dependencies.rand] version = "^0.8.5" [dependencies.ratatui] version = "^0.26.0" features = ["termion"] default-features = false [dependencies.structopt] version = "^0.3.26" [dependencies.termion] version = "^3.0.0" [dependencies.thiserror] version = "^1.0.57" [dependencies.typed-builder] version = "^0.18.1"