cfr 0.4.4

Counterfactual regret minimization solver for two-player zero-sum incomplete-information games
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 = "cfr"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Counterfactual regret minimization solver for two-player zero-sum incomplete-information games"
readme = "README.md"
keywords = [
    "counterfactual",
    "regret",
    "incomplete",
    "information",
    "game",
]
license = "MIT"
repository = "https://github.com/erikbrinkman/cfr"

[features]
binary = [
    "serde",
    "serde_json",
    "clap",
    "gambit-parser",
]
default = ["binary"]

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

[[bin]]
name = "cfr"
path = "src/main.rs"
required-features = ["binary"]

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

[[bench]]
name = "liars_dice"
path = "benches/liars_dice.rs"

[dependencies.by_address]
version = "1.0"

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "wrap_help",
]
optional = true

[dependencies.gambit-parser]
version = "0.2"
optional = true

[dependencies.indexmap]
version = "2.0"

[dependencies.logaddexp]
version = "0.1.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.portable-atomic]
version = "1.4"
features = ["float"]

[dependencies.rand]
version = "0.10"

[dependencies.rand_distr]
version = "0.6"

[dependencies.rayon]
version = "1.5"

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

[dependencies.serde_json]
version = "1.0"
optional = true