[package] name = "gotham_derive" version = "0.7.1" authors = ["Bradley Beddoes ", "Colin Bankier", "Dominic Meiser ", "Isaac Whitfield ", "Judson Lester ", "Shaun Mangelsdorf "] description = "Private implementation detail of the gotham framework" license = "MIT/Apache-2.0" repository = "https://github.com/gotham-rs/gotham" categories = ["web-programming::http-server"] keywords = ["http", "async", "web", "framework", "gotham"] edition = "2018" [dependencies] syn = "2.0" quote = "1.0" [lib] proc-macro = true