json-response 1.0.0

A utility library to send JSON response for Routerify and hyper.rs apps.
Documentation
[dependencies.hyper]
version = "0.13"

[dependencies.routerify]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.stream-body]
version = "0.1"

[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["Rousan Ali <hello@rousan.io>"]
categories = ["asynchronous", "web-programming", "web-programming::http-server"]
description = "A utility library to send JSON response for Routerify and hyper.rs apps."
edition = "2018"
homepage = "https://github.com/routerify/json-response"
keywords = ["routerify", "hyper-rs", "json", "response"]
license = "MIT"
name = "json-response"
readme = "README.md"
repository = "https://github.com/routerify/json-response"
version = "1.0.0"