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