[package] name = "auto-http-derive" description = "The purpose of this crate is only to contain proc-macros that auto-http-router uses." version = "0.1.0" edition = "2021" license = "MIT" [lib] name = "auto_http_derive" proc-macro = true [dependencies] quote = "1.0.23" regex = "1.7.1" proc-macro2 = "1.0.51" Inflector = "0.11.4"