[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["iwahbe <ian@wahbe.com>"]
description = "A macro to transform functions into partially applicable structs"
edition = "2018"
keywords = ["partial-application", "macro", "functional"]
license = "MIT OR Apache-2.0"
name = "partial-application-rs"
readme = "README.md"
repository = "https://github.com/iwahbe/partial-application-rs"
version = "0.1.0"