[package] name = "revolt_rocket_okapi_codegen" description = "Macros supporting rocket_okapi" repository = "https://github.com/revoltchat/okapi" version = "0.9.1" authors = ["Graham Esau "] edition = "2018" license = "MIT" readme = "../README.md" keywords = ["rust", "openapi", "swagger", "rocket"] categories = ["web-programming"] [lib] proc-macro = true [dependencies] rocket_http = { version = "0.5.0-rc.2" } darling = "0.13" syn = "1.0" proc-macro2 = "1.0" quote = "1.0"