[package]
name = "rustai_abalone"
version = "0.1.2"
edition = "2021"
exclude = ["target/", "old_rust_files/", "Cargo.lock", "*.zip", "magister_zero_unwrap_save/"]
authors = ["Harald Locke"]
description = "Ablone implementation and AI agent to play against"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/harloc-AI/rustai_abalone"
repository = "https://github.com/harloc-AI/rustai_abalone"
readme = "README.md"
keywords = ["AI", "game", "Abalone"]
categories = ["games", "science"]
[package.metadata.docs.rs]
features = ["private-docs-rs"]
[dependencies]
phf = { version = "0.11", features = ["macros"] }
tensorflow = "0.21.0"
rand = "0.8.5"
reqwest = { version = "0.12", features = ["blocking"] }
zip = "2.2.2"
crossbeam-channel = "0.5"
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
[features]
private-docs-rs = []
[[bench]]
name = "bench_mg_own_move"
harness = false