rustoku-lib 0.13.0

Lightning-fast Sudoku solving and generation
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"
rust-version = "1.87"
name = "rustoku-lib"
version = "0.13.0"
authors = ["Samuel Huang <samhuang91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightning-fast Sudoku solving and generation"
readme = "README.md"
keywords = [
    "sudoku",
    "puzzles",
    "solver",
    "generator",
]
categories = ["games"]
license = "MIT"
repository = "https://github.com/huangsam/rustoku"

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

[[bench]]
name = "rustoku_benchmark"
path = "benches/rustoku_benchmark.rs"
harness = false

[dependencies.bitflags]
version = "2.9.1"

[dependencies.rand]
version = "0.10.0"

[dependencies.rayon]
version = "1.11"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.criterion]
version = "0.6.0"
features = ["html_reports"]