chipzen-sdk 0.3.0

CLI for the Chipzen poker bot SDK — scaffold and validate bot projects
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-sdk"
version = "0.3.0"
authors = ["Chipzen, Inc. <support@chipzen.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Chipzen poker bot SDK — scaffold and validate bot projects"
homepage = "https://chipzen.ai"
documentation = "https://docs.rs/chipzen-sdk"
readme = "README.md"
keywords = [
    "poker",
    "bot",
    "ai",
    "cli",
    "chipzen",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/chipzen-ai/chipzen-sdk"

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

[[bin]]
name = "chipzen-sdk"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chipzen-bot]
version = "0.3"

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

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

[dependencies.toml]
version = "0.8"

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