[package] name = "tumblr_api_derive" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "proc macros used by tumblr_api" readme = "../README.md" repository = "https://github.com/adrianmgg/tumblr_api" categories = [] keywords = [] [lib] proc-macro = true [dependencies] # we need at least 0.20.2 because of https://github.com/TedDriggs/darling/pull/236 darling = { version = "~0.20.2", features = ["suggestions"] } proc-macro2 = "1.0" quote = "1.0" syn = "2.0"