# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "traffic_router" version = "0.1.6" authors = ["Mohankumar Anna "] description = "Reverse Proxy / Gateway for http request into several web applications" homepage = "https://github.com/mohankumaranna/traffic_router" readme = "README.md" keywords = ["tool", "utility"] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/mohankumaranna/traffic_router" [dependencies.config] version = "0.9" [dependencies.futures] version = "0.1" [dependencies.hyper] version = "0.12.*" [dependencies.hyper-reverse-proxy] version = "0.4" [dependencies.lazy_static] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"