rbp-server 1.0.0

Unified backend combining analysis API and game hosting
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.90"
name = "rbp-server"
version = "1.0.0"
authors = ["Kelechi Ukah <ukahkelechi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified backend combining analysis API and game hosting"
readme = false
keywords = [
    "server",
    "api",
    "poker",
    "backend",
    "websocket",
]
categories = [
    "web-programming::http-server",
    "game-development",
]
license = "MIT"
repository = "https://github.com/krukah/robopoker"
resolver = "2"

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

[dependencies.actix-cors]
version = "0.7"

[dependencies.actix-web]
version = "4"

[dependencies.actix-ws]
version = "0.3"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.const_format]
version = "0.2"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9.1"
features = ["small_rng"]

[dependencies.rbp-auth]
version = "1.0"
features = ["server"]

[dependencies.rbp-cards]
version = "1.0"

[dependencies.rbp-clustering]
version = "1.0"

[dependencies.rbp-core]
version = "1.0"

[dependencies.rbp-database]
version = "1.0"

[dependencies.rbp-gameplay]
version = "1.0"

[dependencies.rbp-gameroom]
version = "1.0.1"
features = ["database"]

[dependencies.rbp-mccfr]
version = "1.0"

[dependencies.rbp-nlhe]
version = "1.0"
features = ["database"]

[dependencies.rbp-transport]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "rt-multi-thread",
    "macros",
]

[dependencies.tokio-postgres]
version = "0.7"

[dependencies.uuid]
version = "1"