prepare for publishing on crates.io
[power-instruction-analyzer.git] / power-instruction-analyzer-proc-macro / Cargo.toml
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 # See Notices.txt for copyright information
3 [package]
4 name = "power-instruction-analyzer-proc-macro"
5 version = "0.2.0"
6 authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
7 edition = "2018"
8 license = "LGPL-2.1-or-later"
9
10 [lib]
11 proc-macro = true
12
13 [dependencies]
14 quote = "1.0"
15 proc-macro2 = "1.0"
16 syn = { version = "1.0", features = ["full", "parsing", "extra-traits"] }