master
toml 18 lines 378 Bytes
Raw
1 [package]
2 name = "netdata-plugin-charts-derive"
3 version.workspace = true
4 edition.workspace = true
5 rust-version.workspace = true
6 description = "Derive macros for netdata-plugin-charts"
7 license = "MIT OR Apache-2.0"
8
9 [lib]
10 proc-macro = true
11
12 [lints]
13 workspace = true
14
15 [dependencies]
16 syn = { version = "2.0", features = ["full", "extra-traits"] }
17 quote = "1.0"
18 proc-macro2 = "1.0"