plugy-macros 0.3.0

plugy empowers you to construct agnostic dynamic plugin systems using Rust and WASM
Documentation
[dependencies.convert_case]
version = "0.6.0"

[dependencies.darling]
version = "0.20.3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing"]
version = "2.0"

[lib]
proc-macro = true

[package]
categories = ["wasm"]
description = "plugy empowers you to construct agnostic dynamic plugin systems using Rust and WASM"
edition = "2021"
keywords = ["plugin", "wasi", "inventory", "wasm", "plugy"]
license = "MIT OR Apache-2.0"
name = "plugy-macros"
readme = "README.md"
repository = "https://github.com/geofmureithi/plugy"
version = "0.3.0"