aur 0.2.0

HTTP client implementations for the AUR.
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "zeyla/aur.rs"

[dependencies.futures]
optional = true
version = "0.1"

[dependencies.http]
optional = true
version = "0.1"

[dependencies.hyper]
optional = true
version = "0.12"

[dependencies.reqwest]
optional = true
version = "0.9"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

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

[dev-dependencies.tokio]
version = "0.1"

[features]
default = ["hyper-support"]
hyper-support = ["futures", "http", "hyper"]
reqwest-support = ["reqwest"]

[package]
authors = ["Zeyla Hellyer <hi@zeyla.me>"]
categories = ["api-bindings", "asynchronous", "web-programming::http-client"]
description = "HTTP client implementations for the AUR."
documentation = "https://docs.rs/aur"
homepage = "https://github.com/zeyla/aur.rs"
include = ["Cargo.toml", "README.md", "LICENSE.md", "src/**/*.rs"]
keywords = ["api", "arch", "aur"]
license = "ISC"
name = "aur"
publish = true
readme = "README.md"
repository = "https://github.com/zeyla/aur.rs.git"
version = "0.2.0"