minsweeper-rs 1.2.0

Rust implementation of minsweeper
Documentation
# 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 = "2024"
name = "minsweeper-rs"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of minsweeper"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Canary-Prism/minsweeper-rs"

[features]
async = ["tokio/sync"]
linked-hash-set = ["hashlink"]

[lib]
name = "minsweeper_rs"
path = "src/lib.rs"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.hashlink]
version = "0.11.0"
optional = true

[dependencies.tokio]
version = "1.49.0"
features = ["sync"]
optional = true