[package] name = "pipe_macro" version = "0.1.0" authors = ["Joshua Cooper "] edition = "2018" readme = "README.md" license = "ISC" description = "A macro to pipe function calls like in functional programming languages." keywords = ["pipe", "pipeline", "function", "composition", "macro"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] "smol" = "0.1"