node_api_macro 0.5.0

Write Node.js native addons with Node-API in Rust.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1"

[lib]
path = "lib.rs"
proc-macro = true

[package]
authors = ["Tangram <root@tangram.dev"]
description = "Write Node.js native addons with Node-API in Rust."
documentation = "https://docs.rs/node_api_macro"
edition = "2018"
homepage = "https://github.com/tangramdotdev/node_api"
license = "MIT"
name = "node_api_macro"
publish = true
repository = "https://github.com/tangramdotdev/node_api"
version = "0.5.0"