easy-http-request 0.0.8

Easy to send HTTP/HTTPS requests.
Documentation
# 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]
name = "easy-http-request"
version = "0.0.8"
authors = ["Magic Len <len@magiclen.org>"]
description = "Easy to send HTTP/HTTPS requests."
homepage = "https://magiclen.org/easy-http-request"
readme = "README.md"
keywords = ["http", "https", "request"]
categories = ["web-programming::http-client"]
license = "MIT"
repository = "https://github.com/magiclen/easy-http-request"
[dependencies.futures]
version = "0.1.25"

[dependencies.http]
version = "0.1.15"

[dependencies.hyper]
version = ">=0.12.4,<=0.12.19"

[dependencies.hyper-tls]
version = "0.3.1"

[dependencies.mime]
version = "0.3.13"

[dependencies.slash-formatter]
version = "2.2.1"

[dependencies.tokio]
version = "=0.1.13"

[dependencies.tokio-core]
version = "0.1.17"

[dependencies.url]
version = "1.7.1"
[badges.appveyor]
branch = "master"
repository = "magiclen/easy-http-request"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/easy-http-request"