# -*- eval: (cargo-minor-mode 1) -*- [package] name = "gotham_restful_derive" version = "0.0.2" authors = ["Dominic Meiser "] edition = "2018" description = "RESTful additions for Gotham - Derive" keywords = ["gotham", "rest", "restful", "derive"] license = "EPL-2.0 OR Apache-2.0" repository = "https://gitlab.com/msrd0/gotham-restful" [lib] proc-macro = true [badges] gitlab = { repository = "msrd0/gotham-restful", branch = "master" } [dependencies] heck = "0.3.1" proc-macro2 = "1.0.8" quote = "1.0.2" syn = { version = "1.0.14", features = ["extra-traits", "full"] } [features] default = [] auth = [] database = [] openapi = []