# 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 = "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" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/starwort/minesweeprs" resolver = "1" [dependencies.either] version = "1.8.1" [dependencies.frozenset] version = "0.2.2" [dependencies.itertools] version = "0.10.5" [dependencies.pretty_assertions] version = "1.3.0" [dependencies.serde] version = "1.0.164" features = ["derive"] optional = true [dependencies.typed-arena] version = "2.0.2" [features] serde = [ "dep:serde", "frozenset/serde", "either/serde", ]