[badges.maintenance]
status = "actively-developed"
[dependencies.flowcore]
version = "0.80.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "~1.0"
[dependencies.syn]
features = ["full"]
version = "~1.0"
[dependencies.toml]
version = "0.5.8"
[lib]
proc-macro = true
[package]
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "Definition of a 'flow' attribute macro to help write implementations"
documentation = "https://github.com/andrewdavidmackenzie/flow/README.md"
edition = "2021"
homepage = "http://andrewdavidmackenzie.github.io/flow/"
license = "MIT"
name = "flowmacro"
readme = "README.md"
repository = "https://github.com/andrewdavidmackenzie/flow/"
resolver = "1"
version = "0.80.0"