punch-types 1.2.0

Core types 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-types"
version = "1.2.0"
authors = ["Archy <https://github.com/humancto>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types 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_types"
path = "src/lib.rs"

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

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

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

[dependencies.dashmap]
version = "6"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "std",
    "rand_core",
]

[dependencies.glob]
version = "0.3"

[dependencies.notify]
version = "7"

[dependencies.rand]
version = "0.8"

[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.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

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