[package] name = "josh_hates_closures" version = "0.1.1" authors = ["Sean Klein "] license = "MIT" description = "A useless, anti-closure expression macro" repository = "https://github.com/smklein/josh_hates_closures" edition = "2018" autotests = false [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0.17", features = ["full"] } quote = "1.0.3" [[test]] name = "tests" path = "tests/all.rs" [dev-dependencies] trybuild = "1.0"