[package] name = "http-fetch" description = "Fetch web pages easily (supports compression and non UTF-8 encodings)" version = "0.2.1" repository = "https://github.com/tp/http-fetch-rs" authors = ["Timm Preetz "] license = "MIT/Apache-2.0" [dependencies] hyper = "0.9.10" flate2 = "0.2" encoding = "0.2.32"