[dependencies]
futures = "0.1"
nom = "2.0"
tokio-core = "0.1"
url = "1.0"
[dev-dependencies]
env_logger = "0.3"
[package]
authors = ["Matthieu Wipliez <matthieu.wipliez@gmail.com>"]
description = "Asynchronous HTTP client"
documentation = "http://matt2xu.github.io/async-http-client/"
exclude = ["docs/*", "tests/*"]
keywords = ["http", "client", "asynchronous", "futures", "tokio"]
license = "MIT"
name = "async-http-client"
readme = "README.md"
repository = "https://github.com/matt2xu/async-http-client/"
version = "0.2.0"