fire-http-codegen 0.1.0-rc.1

Codegen for fire http
Documentation
[[test]]
name = "ws_route"
required-features = ["ws"]

[[test]]
name = "api_route"
required-features = ["api"]

[[test]]
name = "api_stream"
required-features = ["api", "stream"]
[dependencies.proc-macro-crate]
version = "1.2"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[features]
api = []
json = []
stream = []
ws = []

[lib]
proc_macro = true

[package]
authors = ["Sören Meier <info@s-me.ch>"]
categories = ["web-programming"]
description = "Codegen for fire http"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fire-http-codegen"
repository = "https://github.com/fire-lib/fire-http"
resolver = "1"
version = "0.1.0-rc.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]