hexchess 2.3.6

A library for Gliński's hexagonal chess, and the brain of hexchess.club
Documentation
[[bench]]
harness = true
name = "bench_initial_position"
path = "benches/bench_initial_position.rs"

[dependencies.hexchess_macros]
version = "1"

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

[dependencies.serde_yaml]
version = "0.9.34"

[features]
default = []

[lib]
crate-type = ["cdylib", "rlib"]
name = "hexchess"
path = "src/lib.rs"

[package]
authors = ["Scott Bedard"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for Gliński's hexagonal chess, and the brain of hexchess.club"
edition = "2021"
license = "MIT"
name = "hexchess"
readme = "README.md"
repository = "https://github.com/scottbedard/hexchess"
version = "2.3.6"

[profile.bench]
opt-level = 3

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
overflow-checks = false
panic = "abort"
strip = true

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