punch-runtime 1.2.0

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

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

[dependencies.dashmap]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.hmac]
version = "0.12"

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

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

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

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

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

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

[dependencies.walkdir]
version = "2"

[dev-dependencies.tokio]
version = "1.44"
features = [
    "full",
    "full",
]