[package] name = "minihttp-codegen" version = "0.1.0" authors = ["yourlitdaddy "] edition = "2021" license = "GPL-2.0-or-later" keywords = [ "http", "server" ] description = "Provides codegen for minnihttp" repository = "https://github.com/yourlitdaddy/minnihttp-codegen" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = {version = "1.0.73", features = ["full"]} quote = "1.0.9" dyn-clone = "1.0.4"