[package]
edition = "2024"
rust-version = "1.85.0"
name = "pokerbot"
version = "0.0.1"
authors = ["29 <791603901@qq.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
🚧 A Texas Hold'em Heads up pokerbot game binary and library abstraction (WIP, nothing usable for now).
"""
homepage = "https://github.com/czy-29/pokerbot"
readme = "README.md"
keywords = [
"nlh",
"holdem",
"gameplay",
"ai",
"terminal",
]
categories = [
"command-line-utilities",
"game-development",
"games",
"mathematics",
"simulation",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/czy-29/pokerbot"
[package.metadata.docs.rs]
all-features = true
[features]
[lib]
name = "pokerbot"
path = "src/lib.rs"
[[bin]]
name = "pokerbot"
path = "src/main.rs"
[dependencies]
[dev-dependencies]
[build-dependencies.version_check]
version = "0.9.5"