saphir_macro 2.1.2

Macro generation for http server framework
Documentation
[dependencies.http]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.16"

[lib]
name = "saphir_macro"
proc-macro = true

[package]
authors = ["Richer Archambault <richer.arc@gmail.com>"]
description = "Macro generation for http server framework"
documentation = "https://docs.rs/saphir"
edition = "2018"
homepage = "https://github.com/richerarc/saphir"
keywords = ["hyper", "http", "server", "web", "async"]
license = "MIT"
name = "saphir_macro"
readme = "../README.md"
repository = "https://github.com/richerarc/saphir"
version = "2.1.2"