traffic_router 0.1.1

Routes request into various servers
[package]
name = "traffic_router"
version = "0.1.1"
authors = ["Mohankumar Anna <mohankumar.anna@outlook.com>"]
edition = "2018"
license = "MIT"
description = "Routes request into various servers"
homepage = "https://github.com/mohankumaranna/traffic_router"
repository = "https://github.com/mohankumaranna/traffic_router"
keywords = ["tool", "utility"]
categories = ["web-programming::http-server"]

[dependencies]
hyper-reverse-proxy = "0.4"
hyper = "0.12.*"
futures = "0.1"
lazy_static = "1.3"
config = "0.9"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"