# 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 = "robopoker" version = "0.1.1" authors = ["Kelechi Ukah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementations of Meta's Pluribus No-Limit Texas Hold-Em solution." homepage = "https://github.com/krukah/robopoker" readme = "README.md" keywords = [ "poker", "cards", "cfr", "mcts", "holdem", ] license = "MIT" repository = "https://github.com/krukah/robopoker" [lib] name = "robopoker" path = "src/lib.rs" [[bin]] name = "robopoker" path = "src/main.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.0" [dependencies.colored] version = "2.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.22" [dependencies.num_cpus] version = "1.16.0" [dependencies.petgraph] version = "0.6.5" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.10.0" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7.11" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]