[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]
ryo-plugin-loader.workspace = true
syn.workspace = true
quote.workspace = true
thiserror.workspace = true
tracing.workspace = true