ryo-plugin-runtime 0.2.0

[experimental] WASM plugin runtime for ryo mutations (registry + executor)
Documentation
[package]
name = "ryo-plugin-runtime"
description = "[experimental] WASM plugin runtime for ryo mutations (registry + executor)"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["wasm", "plugin", "wasmtime", "registry", "executor"]
categories = ["wasm", "development-tools::ffi"]
readme = "README.md"

[dependencies]
# Plugin loader
ryo-plugin-loader.workspace = true

# AST parsing for pattern matching
syn.workspace = true
quote.workspace = true

# Error handling
thiserror.workspace = true

# Logging
tracing.workspace = true