flowmacro 0.100.0

Definition of a 'flow' attribute macro to help write implementations
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.flowcore]
version = "0.100.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "~1.0"

[dependencies.syn]
features = ["full"]
version = "~2.0"

[dependencies.toml]
version = "0.7.6"
[dev-dependencies.serde_json]
default-features = false
version = "1.0"

[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/"
version = "0.100.0"