Chess-Web / neural_engine /Cargo.toml
dpv007's picture
Upload folder using huggingface_hub
ed531db verified
Raw
History Blame Contribute Delete
362 Bytes
[package]
name = "neural_engine"
version = "0.1.0"
edition = "2021"
[dependencies]
ort = "2.0.0-rc.8" # ONNX Runtime bindings
shakmaty = "0.26.0" # Fast chess library
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.8.5"
rand_distr = "0.4.3"
shakmaty-syzygy = "0.24.0"
dashmap = "5.5"
crossbeam-channel = "0.5"
ndarray = "0.17.2"