chipzen-bot 0.3.0

Build, test, and deploy poker bots for the Chipzen AI competition platform
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"
rust-version = "1.75"
name = "chipzen-bot"
version = "0.3.0"
authors = ["Chipzen, Inc. <support@chipzen.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build, test, and deploy poker bots for the Chipzen AI competition platform"
homepage = "https://chipzen.ai"
documentation = "https://docs.rs/chipzen-bot"
readme = "README.md"
keywords = [
    "poker",
    "bot",
    "ai",
    "websocket",
    "chipzen",
]
categories = [
    "api-bindings",
    "asynchronous",
    "games",
]
license = "Apache-2.0"
repository = "https://github.com/chipzen-ai/chipzen-sdk"

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

[[test]]
name = "bot"
path = "tests/bot.rs"

[[test]]
name = "client"
path = "tests/client.rs"

[[test]]
name = "conformance"
path = "tests/conformance.rs"

[[test]]
name = "external"
path = "tests/external.rs"

[[test]]
name = "models"
path = "tests/models.rs"

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

[dependencies.futures-util]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-tungstenite]
version = "0.24"
features = ["native-tls"]

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]