[package] name = "mock-it_codegen" version = "0.9.0" authors = ["Mcat12 ", "nathanielsimard "] description = "Codegen for mock-it" repository = "https://github.com/nathanielsimard/mock-it" license = "MIT" readme="README.md" keywords = ["mock", "mocking", "unit-test", "testing"] categories = ["development-tools::testing"] edition = "2021" [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"