finchers-json 0.6.0

JSON parsing/responder support for finchers
Documentation
[package]
name = "finchers-json"
version = "0.6.0"
description = "JSON parsing/responder support for finchers"
authors = ["Yusuke Sasaki <yusuke.sasaki.nuem@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/ubnt-intrepid/finchers-json.git"
documentation = "https://docs.rs/finchers-json"

[dependencies]
finchers = { version = "0.6.0" }
serde = "~1.0"
serde_json = "~1.0"
hyper = "~0.11"