[package] name = "festive-macros" version = "0.2.2" license = "MIT/Apache-2.0" repository = "https://github.com/estk/festive" authors = ["Evan Simmons "] description = "Run your tests in isolation" edition = "2018" [lib] proc-macro = true [dependencies] syn = {version = "1.0.17", features = ["full", "extra-traits"]} proc-macro2 = "1.0.10" quote = "1.0.3"