rbp-database 1.0.0

PostgreSQL integration for robopoker training and strategy storage
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-database"
version = "1.0.0"
authors = ["Kelechi Ukah <ukahkelechi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL integration for robopoker training and strategy storage"
readme = false
keywords = [
    "postgres",
    "database",
    "storage",
    "serialization",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/krukah/robopoker"
resolver = "2"

[features]
default = []

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

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

[dependencies.const_format]
version = "0.2"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

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

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

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

[dependencies.tokio]
version = "1"
features = ["rt"]

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