# SPDX-License-Identifier: LGPL-2.1-or-later # See Notices.txt for copyright information [package] name = "power-instruction-analyzer-proc-macro" version = "0.2.0" authors = ["Jacob Lifshay "] edition = "2018" license = "LGPL-2.1-or-later" description = "procedural macros for power-instruction-analyzer" [lib] proc-macro = true [dependencies] quote = "1.0" proc-macro2 = "1.0" syn = { version = "1.0", features = ["full", "parsing", "extra-traits"] }