[[bench]]
harness = true
name = "initial_position"
path = "bench/initial_position.rs"
[[bench]]
harness = true
name = "knight"
path = "bench/knight.rs"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.serde_with]
version = "3.12.0"
[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.2.0-alpha.3"
[profile.bench]
opt-level = 3
[profile.release]
opt-level = 3
[[test]]
name = "tests"
path = "tests/tests.rs"