[package] edition = "2021" name = "minesweeprs" version = "0.3.4" authors = ["starwort", "mrgriscom "] description = "Probabalistic minesweeper solver, based on https://mrgris.com/projects/minesweepr/" homepage = "https://github.com/starwort/minesweeprs" license = "Apache-2.0" repository = "https://github.com/starwort/minesweeprs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] either = "1.8.1" frozenset = "0.2.2" itertools = "0.10.5" pretty_assertions = "1.3.0" serde = {version = "1.0.164", optional = true, features = ["derive"]} typed-arena = "2.0.2" [features] serde = ["dep:serde", "frozenset/serde", "either/serde"]