corona 0.4.3

Coroutine and Async/Await support for tokio-based futures
Documentation
[badges.appveyor]
repository = "vorner/corona"

[badges.maintenance]
status = "deprecated"

[badges.travis-ci]
repository = "vorner/corona"

[dependencies.context]
version = ">=2.1"

[dependencies.futures]
version = "~0.1"

[dependencies.tokio]
optional = true
version = "~0.1"

[dependencies.tokio-current-thread]
version = "~0.1"

[dependencies.tokio-io]
optional = true
version = "~0.1"

[dev-dependencies.bytes]
version = "~0.4"

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

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

[dev-dependencies.version-sync]
version = "~0.5"

[features]
blocking-wrappers = ["tokio-io"]
convenient-run = ["tokio"]
default = ["blocking-wrappers", "convenient-run"]

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

[[test]]
name = "integration_tests"
path = "test/tests.rs"