[package] name = "subplotlib-derive" version = "0.4.3" 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.tech/" repository = "https://gitlab.com/subplot/subplot" [lib] proc-macro = true [dependencies] syn = { version = "1", features = ["full"] } quote = "1" proc-macro2 = "1" fehler = "1"