rustoku-lib 0.15.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.94"
name = "rustoku-lib"
version = "0.15.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"
resolver = "2"

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

[[test]]
name = "proptest_solver"
path = "tests/proptest_solver.rs"

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

[dependencies.bitflags]
version = "2.9.1"
features = ["serde"]

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.rand]
version = "0.10.1"

[dependencies.rayon]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.12"

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

[dev-dependencies.proptest]
version = "1.11"

[dev-dependencies.serde_json]
version = "1.0"