fire-http-api 0.2.3

Make web apis
Documentation
[dependencies.codegen]
features = ["api"]
package = "fire-http-codegen"
version = "0.1"

[dependencies.fire]
features = ["json"]
package = "fire-http"
version = "0.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["macros"]
version = "1.17"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.17"

[dev-dependencies.tracing-test]
version = "0.2"

[features]
stream = ["fire/ws", "codegen/stream"]
testing = []
trace = []

[package]
authors = ["Sören Meier <info@s-me.ch>"]
categories = ["web-programming"]
description = "Make web apis"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fire-http-api"
readme = "README.md"
repository = "https://github.com/fire-lib/fire-http"
rust-version = "1.67"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]