[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"