rbp-core 1.0.0

Core types, constants, and DTOs for robopoker
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-core"
version = "1.0.0"
authors = ["Kelechi Ukah <ukahkelechi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, constants, and DTOs for robopoker"
readme = false
keywords = [
    "poker",
    "types",
    "constants",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/krukah/robopoker"
resolver = "2"

[features]
default = []
server = [
    "simplelog",
    "log",
    "tokio",
]

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

[dependencies.log]
version = "0.4.22"
optional = true

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

[dependencies.simplelog]
version = "0.12.2"
optional = true

[dependencies.tokio]
version = "1.0"
features = ["signal"]
optional = true

[dependencies.uuid]
version = "1"
features = [
    "v7",
    "serde",
]