punch-cli 1.2.0

CLI binary for Punch — The Agent Combat System
# 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"
name = "punch-cli"
version = "1.2.0"
authors = ["Archy <https://github.com/humancto>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI binary for Punch — The Agent Combat System"
homepage = "https://humancto.github.io/punch/"
readme = false
license = "MIT"
repository = "https://github.com/humancto/punch"
resolver = "2"

[features]
default = []
desktop = []

[[bin]]
name = "punch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "unicode",
    "wrap_help",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.punch-arena]
version = "1.0.0"

[dependencies.punch-channels]
version = "1.0.0"

[dependencies.punch-kernel]
version = "1.0.0"

[dependencies.punch-memory]
version = "1.0.0"

[dependencies.punch-runtime]
version = "1.0.0"

[dependencies.punch-skills]
version = "1.0.0"

[dependencies.punch-types]
version = "1.0.0"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "stream",
    "multipart",
    "json",
    "blocking",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.44"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
    "fmt",
]

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