[package]
name = "rhttp"
version = "0.0.1"
authors = ["Hanjae Lee <hanjae.lee@icloud.com>"]
description = "rhttp is rust http library"
license = "Apache-2.0"
repository = "https://github.com/hanjaelee/rust-http.git"
hompage = "https://github.com/hanjaelee/rust-http.git"
readme = "README.md"
keywords = ["request", "http"]
[dependencies]
url = "0.2.37"
openssl = "0.6.5"