[package] name = "df_rocket_okapi_codegen" description = "Macros supporting rocket_okapi, used in DF Storyteller project" repository = "https://github.com/GREsau/okapi" version = "0.4.1" authors = ["Graham Esau ", "ralpha "] edition = "2018" license = "MIT" keywords = ["rust", "openapi", "swagger", "rocket"] [lib] proc-macro = true [dependencies] rocket_http = "0.4" darling = "0.10" syn = "1.0" proc-macro2 = "1.0" quote = "1.0"