runtime-native 0.3.0-alpha.6

A cross-platform asynchronous runtime
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-native"
version = "0.3.0-alpha.6"
authors = ["The Rust Async Ecosystem Working Group"]
description = "A cross-platform asynchronous runtime"
homepage = "https://github.com/rustasync/runtime"
documentation = "https://docs.rs/runtime-native"
readme = "README.md"
keywords = ["async", "runtime", "generic", "romio", "juliex"]
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustasync/runtime"
[dependencies.futures-preview]
version = "0.3.0-alpha.18"
features = ["compat"]

[dependencies.runtime-raw]
version = "0.3.0-alpha.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-datagram]
version = "3.0.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-timer]
version = "0.3.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.juliex]
version = "0.3.0-alpha.6"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lazy_static]
version = "1.3.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.romio]
version = "0.3.0-alpha.9"
[target."cfg(target_arch = \"wasm32\")".dependencies.futures01]
version = "0.1"
package = "futures"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.43"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.3.20"