corona 0.2.1

Coroutine and Async/Await support for tokio-based futures
Documentation
[package]
name = "corona"
# Also increase the version in src/lib html root attribute
version = "0.2.1"
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
description = "Coroutine and Async/Await support for tokio-based futures"
documentation = "https://docs.rs/corona"
repository = "https://github.com/vorner/corona"
readme = "README.md"
keywords = ["coroutine", "future", "tokio", "await"]
categories = ["asynchronous"]
license = "Apache-2.0/MIT"

[badges]
travis-ci = { repository = "vorner/corona" }
appveyor = { repository = "vorner/corona" }

[dependencies]
context = "~2"
futures = "~0.1"
tokio-core = "~0.1"

[dev-dependencies]
tokio-io = "~0.1"