[package] name = "traffic_router_async" version = "0.1.1" 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_async" repository = "https://github.com/mohankumaranna/traffic_router_async" keywords = ["tool", "utility"] categories = ["web-programming::http-server"] [dependencies] tokio = {version = "0.2", features = ["macros"] } hyper = "0.13" futures = { version = "0.3", default-features = false, features = ["alloc"] } lazy_static = "1.4" config = "0.10.1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"