chironaut 0.3.5

A poker game library for Texas Hold'em and other poker variants
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 = "2021"
name = "chironaut"
version = "0.3.5"
authors = ["burnmandont"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A poker game library for Texas Hold'em and other poker variants"
readme = "README.md"
keywords = [
    "poker",
    "holdem",
    "plo",
    "games",
]
categories = ["games"]
license = "MIT OR Apache-2.0"

[lib]
name = "chironaut"
path = "src/lib.rs"

[[bin]]
name = "chironaut"
path = "src/main.rs"

[[example]]
name = "ante_test"
path = "examples/ante_test.rs"

[[example]]
name = "blind_positions_test"
path = "examples/blind_positions_test.rs"

[[example]]
name = "complete_straddle_action"
path = "examples/complete_straddle_action.rs"

[[example]]
name = "comprehensive_poker_test"
path = "examples/comprehensive_poker_test.rs"

[[example]]
name = "comprehensive_test_suite"
path = "examples/comprehensive_test_suite.rs"

[[example]]
name = "error_handling_test"
path = "examples/error_handling_test.rs"

[[example]]
name = "game_completion_snapshots"
path = "examples/game_completion_snapshots.rs"

[[example]]
name = "game_snapshot"
path = "examples/game_snapshot.rs"

[[example]]
name = "handle_action_debug"
path = "examples/handle_action_debug.rs"

[[example]]
name = "heads_up_behavior_test"
path = "examples/heads_up_behavior_test.rs"

[[example]]
name = "heads_up_preflop_check_test"
path = "examples/heads_up_preflop_check_test.rs"

[[example]]
name = "invalid_betting_test"
path = "examples/invalid_betting_test.rs"

[[example]]
name = "minimum_bet_test"
path = "examples/minimum_bet_test.rs"

[[example]]
name = "minimum_raise_test"
path = "examples/minimum_raise_test.rs"

[[example]]
name = "omaha_variants"
path = "examples/omaha_variants.rs"

[[example]]
name = "player_limits_test"
path = "examples/player_limits_test.rs"

[[example]]
name = "print_snapshot"
path = "examples/print_snapshot.rs"

[[example]]
name = "run_it_multiple_times"
path = "examples/run_it_multiple_times.rs"

[[example]]
name = "seat_selection"
path = "examples/seat_selection.rs"

[[example]]
name = "showdown_snapshot"
path = "examples/showdown_snapshot.rs"

[[example]]
name = "small_blind_test"
path = "examples/small_blind_test.rs"

[[example]]
name = "sparse_seating_demo"
path = "examples/sparse_seating_demo.rs"

[[example]]
name = "straddle_betting_test"
path = "examples/straddle_betting_test.rs"

[[example]]
name = "straddle_full_game"
path = "examples/straddle_full_game.rs"

[[example]]
name = "street_action_test"
path = "examples/street_action_test.rs"

[[example]]
name = "street_transition_debug"
path = "examples/street_transition_debug.rs"

[[example]]
name = "zero_chips_test"
path = "examples/zero_chips_test.rs"

[[test]]
name = "allin_for_less_test"
path = "tests/allin_for_less_test.rs"

[[test]]
name = "allin_sidepot_tests"
path = "tests/allin_sidepot_tests.rs"

[[test]]
name = "allin_test"
path = "tests/allin_test.rs"

[[test]]
name = "basic_test"
path = "tests/basic_test.rs"

[[test]]
name = "force_win_test"
path = "tests/force_win_test.rs"

[[test]]
name = "game_tests"
path = "tests/game_tests.rs"

[[test]]
name = "headsup_test"
path = "tests/headsup_test.rs"

[[test]]
name = "sidepot_test"
path = "tests/sidepot_test.rs"

[[test]]
name = "simple_test"
path = "tests/simple_test.rs"

[[test]]
name = "snapshot_restore_test"
path = "tests/snapshot_restore_test.rs"

[[test]]
name = "snapshot_test"
path = "tests/snapshot_test.rs"

[[test]]
name = "two_player_tests"
path = "tests/two_player_tests.rs"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"