[package] name = "arg_ripper" version = "0.1.0" edition = "2021" authors = ["Cally Sibben"] description = "A proc macro for pulling local variables out of functions as arguments" repository = "https://gitlab.com/yocally/arg_ripper" license = "MIT" keywords = ["macro", "mocking", "mock", "testing"] homepage = "https://gitlab.com/yocally/arg_ripper" [lib] proc-macro=true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full", "fold"] } [dev-dependencies] mockall = "0.11" reqwest ={ version = "0.11", features = ["blocking"]}