auto-http-derive 0.1.0

The purpose of this crate is only to contain proc-macros that auto-http-router uses.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"