haloforge-plugin-api 0.2.3

Plugin API for HaloForge — traits and types for building native HaloForge plugins
Documentation
[package]
name = "haloforge-plugin-api"
version = "0.2.3"
edition = "2021"
description = "Plugin API for HaloForge — traits and types for building native HaloForge plugins"
license = "MIT"
repository = "https://github.com/HaloForgeAI/haloforge-plugin-api"
homepage = "https://github.com/HaloForgeAI"
documentation = "https://docs.rs/haloforge-plugin-api"
keywords = ["haloforge", "plugin", "gamedev", "tauri"]
categories = ["development-tools", "game-development"]
readme = "README.md"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1", features = ["v4", "serde"] }