[[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"
[dev-dependencies.fire]
features = ["ws", "json"]
package = "fire-http"
version = "0.3.0"
[dev-dependencies.fire-api]
features = ["stream"]
package = "fire-http-api"
version = "0.2.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
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"
rust-version = "1.58"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]