[package] name = "murf-macros" version = "0.2.0" edition = "2021" description = "Murf's proc macros" license = "MIT" homepage = "https://github.com/peeriot/murf" readme = "README.md" keywords = [ "mock", "mocking", "test", "testing" ] categories = [ "development-tools::testing" ] [lib] proc-macro = true [features] default = [] debug = [] debug-to-file = [] force-name = [] [dependencies] convert_case = "0.6" lazy_static = "1.4" proc-macro-crate = "3.1" proc-macro2 = { version = "1.0", features = [ "span-locations" ] } quote = "1.0" regex = "1.7" sha1 = "0.10" syn = { version = "2.0", features = [ "extra-traits", "full" ] }