summaryrefslogtreecommitdiff
path: root/cli/napi_sym/Cargo.toml
blob: 13f764ed4c1cac3b23545be17520274ceb880b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "napi_sym"
version = "0.2.0"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "proc macro for writing N-API symbols"

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

[dependencies]
proc-macro2 = "1"
quote = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
syn = { version = "1", features = ["full", "extra-traits"] }