[dependencies.darling]
version = "0.20.10"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2.0.87"
[lib]
name = "tosic_http_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Emil Schütt <emil.schutt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Proc Macros for generating endpoints when using the `tosic-http` crate"
edition = "2021"
homepage = "https://github.com/retrokiller543/tosic-http"
keywords = ["proc_macro", "procmacro"]
license = "MIT"
name = "tosic-http-macro"
readme = false
repository = "https://github.com/retrokiller543/tosic-http"
version = "0.0.3"