napi_sym 0.64.0

proc macro for writing N-API symbols
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1.0.149"

[dependencies.serde_json]
version = "1.0.85"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"

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

[package]
authors = ["the Deno authors"]
description = "proc macro for writing N-API symbols"
edition = "2021"
license = "MIT"
name = "napi_sym"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.64.0"