[package] name = "subplotlib-derive" version = "0.1.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", ] edition = "2018" license = "MIT-0" description = ''' macros for constructing subplotlib based test suites, typically generated by `subplot codegen`.''' homepage = "https://subplot.liw.fi/" repository = "https://gitlab.com/subplot/subplot" [lib] proc-macro = true [dependencies] syn = {version= "1", features=["full"]} quote = "1" proc-macro2 = "1" fehler = "1"