napi-rs/napi-derive/Cargo.toml
LongYinan cab9234e6b
chore(release): publish
- napi-derive@0.4.2
2020-07-20 18:56:29 +08:00

18 lines
414 B
TOML

[package]
name = "napi-derive"
version = "0.4.2"
authors = ["LongYinan <lynweklm@gmail.com>"]
edition = "2018"
description = "N-API procedural macros"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
license = "MIT"
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
[dependencies]
syn = { version = "1.0", features = ["fold", "full"] }
quote = "1.0"
proc-macro2 = "1.0"
[lib]
proc-macro = true