[package] name = "eu" version = "0.1.0" authors = ["iwahbe "] edition = "2018" license = "MIT OR Apache-2.0" keywords = ["partial-application", "macro","functional"] description = "eu is a macro to transform functions into partially applicable structs" readme = "README.md" repository = "https://github.com/yuulive/eu" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = {version = "1.0", features = ["full"]} quote = "1.0" proc-macro2 = "1.0" [lib] proc-macro = true