[dependencies.lock_api]
optional = true
version = "0.3"
[features]
default = ["serial", "parallel"]
parallel = ["lock_api"]
serial = []
[package]
authors = ["kprotty"]
categories = ["asynchronous", "concurrency", "no-std"]
description = """
Yet another asynchronous runtime
optimized around configuration and no_std.
"""
edition = "2018"
keywords = ["async", "await", "non-blocking", "futures", "no-std"]
license = "Apache-2.0/MIT"
name = "yaar"
readme = "README.md"
repository = "https://github.com/kprotty/yaar/tree/master/yaar"
version = "0.1.1"
[target."cfg(unix)".dependencies.libc]
default-features = false
optional = true
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
default-features = false
features = []
optional = true
version = "0.3"