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