pokerbot 0.0.1

🚧 A Texas Hold'em Heads up pokerbot game binary and library abstraction (WIP, nothing usable for now).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"