[package] name = "flow_macro" version = "0.42.0" description = "Definition of a 'flow' attribute macro to help write implementations" license = "MIT" documentation = "https://github.com/andrewdavidmackenzie/flow/flow_macro/README.md" homepage = "http://andrewdavidmackenzie.github.io/flow/" repository = "https://github.com/andrewdavidmackenzie/flow/" readme = "README.md" authors = ["Andrew Mackenzie "] edition = "2021" [badges] maintenance = { status = "actively-developed" } [lib] proc-macro = true [dependencies] syn = { version = "~1.0", features =["full"] } #Full is required for ItemFn in macro parsing quote = "~1.0" flowcore = {path = "../flowcore", version = "0.42.0"} toml = "0.5.8" proc-macro2 = "1.0"