[dependencies.console_error_panic_hook]
optional = true
version = "0.1.7"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.serde_with]
version = "3.12.0"
[dependencies.tsify-next]
version = "0.5.5"
[dependencies.wasm-bindgen]
version = "0.2.84"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.34"
[features]
default = ["console_error_panic_hook"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "hexchess"
path = "src/wasm/lib.rs"
[package]
authors = ["Scott Bedard"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust / TypeScript 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.0.0"
[profile.release]
opt-level = "s"
[[test]]
name = "tests"
path = "tests/tests.rs"