[package] name = "proto_wasm_plugin" version = "0.7.3" edition = "2021" license = "MIT" description = "DEPRECATED: Utilities for working with proto's WASM plugins." homepage = "https://moonrepo.dev/proto" repository = "https://github.com/moonrepo/proto" [dependencies] proto_pdk_api = { version = "0.8.2", path = "../pdk-api" } extism = { workspace = true } serde_json = { workspace = true } starbase_utils = { workspace = true } tracing = { workspace = true }