[package] name = "http-error-derive" version = "0.3.2" edition = "2021" authors = ["JohannesIBK "] description = "Create an enum with error message and http code" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = "2" quote = "1.0" darling = "0.20" proc-macro2 = "1" [lib] proc-macro = true