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