summaryrefslogtreecommitdiff
path: root/cli/napi_sym/Cargo.toml
blob: db7ee2ca336dccb64daf6f1614b13f8650e897ea (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.4.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"] }