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