[package] name = "guzzle-derive" version = "1.0.0" authors = ["Daniel Mason "] edition = "2018" license = "MIT" description = "The derive macro for guzzle, please use that crate not this one." categories = ["data-structures"] keywords = ["derive", "key", "pair", "key-pair", "wordpress"] repository = "https://github.com/apolitical/guzzle" [lib] proc-macro = true [dependencies] syn = "1.0.6" quote = "1.0.2"