easy-http-request 0.2.0

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.2.0"
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", "hyper"]
categories = ["web-programming::http-client"]
license = "MIT"
repository = "https://github.com/magiclen/easy-http-request"
[dependencies.derivative]
version = "1"

[dependencies.hyper]
version = "0.10"

[dependencies.hyper-native-tls]
version = "0.3"

[dependencies.mime]
version = "0.3"

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

[dependencies.url]
version = "1"

[features]
nightly = []
[badges.appveyor]
branch = "master"
repository = "magiclen/easy-http-request"
service = "github"

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