awak 0.2.0

A small async runtime for Rust
Documentation
[package]
name = "awak"
version = "0.2.0"
authors = ["cssivision <cssivision@gmail.com>"]
license = "MIT"
repository = "https://github.com/cssivision/awak"
homepage = "https://github.com/cssivision/awak"
description = "A small async runtime for Rust"
edition = "2018"

[dependencies]
futures = "0.3"
once_cell = "1.4"
num_cpus = "1.13"
concurrent-queue = "1.2"
async-task = "3.0.0"
rand = "0.7"
libc = "0.2"
slab = "0.4"
socket2 = "0.3"
cfg-if = "0.1"
pin-project-lite = "0.1"