[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
name = "napi_ext_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["David Alsh"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Extends napi-rs with the ability to run local futures"
edition = "2021"
homepage = "https://github.com/alshdavid/napi_ext"
license = "MIT"
name = "napi_ext_macros"
readme = false
version = "0.3.0"
[package.metadata]