[package] name = "saphir_macro" version = "2.2.0" authors = ["Richer Archambault "] edition = "2021" description = "Macro generation for http server framework" documentation = "https://docs.rs/saphir" homepage = "https://github.com/richerarc/saphir" repository = "https://github.com/richerarc/saphir" readme = "../README.md" keywords = ["hyper", "http", "server", "web", "async"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "saphir_macro" proc-macro = true [features] default = [] full = ["validate-requests"] validate-requests = [] tracing-instrument = [] [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full", "extra-traits"] } http = "0.2"