chasolver 3.0.0

Chess helpmate solver and unwinnability detector
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 = "2021"
rust-version = "1.82"
name = "chasolver"
version = "3.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chess helpmate solver and unwinnability detector"
homepage = "https://chasolver.org"
readme = "README.md"
keywords = [
    "chess",
    "helpmate",
    "FIDE",
    "solver",
]
categories = [
    "games",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/miguel-ambrona/chasolver"

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

[[example]]
name = "analyzer"
path = "examples/analyzer.rs"

[[example]]
name = "challenge"
path = "examples/challenge.rs"

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

[dependencies.chess]
version = "3.2"

[dependencies.rustc-hash]
version = "2.1"

[dev-dependencies.rayon]
version = "1.12.0"

[profile.release]
lto = true
codegen-units = 1