[package] name = "traffic_router" version = "0.1.6" authors = ["Mohankumar Anna "] edition = "2018" license = "MIT" description = "Reverse Proxy / Gateway for http request into several web applications" readme = "README.md" 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"