ureq 0.2.0

Minimal HTTP request library
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 = "ureq"
version = "0.2.0"
authors = ["Martin Algesten <martin@algesten.se>"]
description = "Minimal HTTP request library"
readme = "README.md"
keywords = ["web", "request", "http", "rest", "client"]
categories = ["web-programming::http-client"]
license = "MIT/Apache-2.0"
repository = "https://github.com/algesten/ureq"
[dependencies.ascii]
version = "0.9"

[dependencies.base64]
version = "0.9"

[dependencies.chunked_transfer]
version = "0.3"

[dependencies.cookie]
version = "0.10"
features = ["percent-encode"]

[dependencies.dns-lookup]
version = "0.9.1"

[dependencies.encoding]
version = "0.2"

[dependencies.lazy_static]
version = "1"

[dependencies.native-tls]
version = "0.1"

[dependencies.qstring]
version = "0.6"

[dependencies.serde_json]
version = "1"

[dependencies.url]
version = "1.6"