hyper-reverse-proxy/Cargo.toml
Felipe Noronha 369c7a1ec7 update deps
2019-02-16 15:20:18 -02:00

25 lines
684 B
TOML

[package]
name = "hyper-reverse-proxy"
version = "0.3.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>", "Felipe Noronha <felipenoris@gmail.com>"]
license = "Apache-2.0"
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"
repository = "https://github.com/felipenoris/hyper-reverse-proxy"
keywords = ["http", "hyper"]
categories = ["network-programming", "web-programming"]
readme = "README.md"
include = [
"Cargo.toml",
"LICENSE",
"src/**/*"
]
[dependencies]
hyper = "0.12.24"
futures = "0.1"
lazy_static = "1.2"
unicase = "2.2"