runtime 0.3.0-alpha.8

[deprecated] Empowering everyone to build asynchronous software.
Documentation
[dependencies.futures-preview]
version = "0.3.0-alpha.19"

[dependencies.pin-project]
version = "0.4"

[dependencies.runtime-attributes]
default-features = false
version = "0.3.0-alpha.6"

[dependencies.runtime-native]
optional = true
version = "0.3.0-alpha.6"

[dependencies.runtime-raw]
version = "0.3.0-alpha.5"
[dev-dependencies.failure]
version = "0.1.5"

[dev-dependencies.futures-preview]
features = ["async-await"]
version = "0.3.0-alpha.19"

[dev-dependencies.futures01]
package = "futures"
version = "0.1"

[dev-dependencies.juliex]
version = "0.3.0-alpha.8"

[dev-dependencies.mio]
version = "0.6.16"

[dev-dependencies.rand]
version = "0.7.0"

[dev-dependencies.runtime-tokio]
version = "0.3.0-alpha.5"

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

[features]
default = ["native"]
native = ["runtime-attributes/native", "runtime-native"]

[package]
authors = ["The Rust Async Ecosystem Working Group"]
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]
description = "[deprecated] Empowering everyone to build asynchronous software."
documentation = "https://docs.rs/runtime"
edition = "2018"
homepage = "https://github.com/rustasync/runtime"
keywords = ["async", "runtime", "generic", "tokio", "romio"]
license = "MIT OR Apache-2.0"
name = "runtime"
readme = "README.md"
repository = "https://github.com/rustasync/runtime"
version = "0.3.0-alpha.8"
[profile.bench]
codegen-units = 1
incremental = false