[package] name = "flow_impl" description = "Definition of an Implementation trait for flow functions, and a derive macro" license = "MIT" documentation = "http://andrewdavidmackenzie.github.io/flow/" homepage = "http://andrewdavidmackenzie.github.io/flow/" repository = "https://github.com/andrewdavidmackenzie/flow/" readme = "README.md" version = "0.21.0" authors = ["Andrew Mackenzie "] edition = "2018" [lib] name = "flow_impl" path = "src/lib.rs" [dependencies] serde_json = "1.0"