runtime 0.3.0-alpha.5

Empowering everyone to build asynchronous software.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

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

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

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

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

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

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

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

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

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

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

[features]
default = ["native"]
native = ["runtime-native"]