# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "hyper-reverse-proxy" version = "0.5.1" authors = ["Brendan Zabarauskas ", "Felipe Noronha ", "Jan Kantert "] include = ["Cargo.toml", "LICENSE", "src/**/*"] description = "A simple reverse proxy, to be used with Hyper and Tokio." homepage = "https://github.com/felipenoris/hyper-reverse-proxy" documentation = "https://docs.rs/hyper-reverse-proxy" readme = "README.md" keywords = ["http", "hyper"] categories = ["network-programming", "web-programming"] license = "Apache-2.0" repository = "https://github.com/felipenoris/hyper-reverse-proxy" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.lazy_static] version = "1.4" [dependencies.unicase] version = "2.6" [dev-dependencies.tokio] version = "1" features = ["full"]