[package]
edition = "2024"
name = "sekirei"
version = "0.3.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "USI shogi engine binary (Sekirei)"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/sekirei"
resolver = "2"
[[bin]]
name = "sekirei"
path = "src/main.rs"
[[test]]
name = "setoption_evalfile"
path = "tests/setoption_evalfile.rs"
[[test]]
name = "setoption_hash_thread_race"
path = "tests/setoption_hash_thread_race.rs"
[[test]]
name = "setoption_spec_top_n_thread_race"
path = "tests/setoption_spec_top_n_thread_race.rs"
[[test]]
name = "usi_thread_race"
path = "tests/usi_thread_race.rs"
[dependencies.lineprior]
version = "0.9.0"
[dependencies.rayon]
version = "1"
[dependencies.sekirei-core]
version = "0.3.13"