kayrx 0.6.2

The Kayrx Framework
Documentation
[package]
name = "kayrx"
version = "0.6.2"
authors = ["Tokio Contributors <team@tokio.rs>", "Nikolay Kim <fafhrd91@gmail.com>",  "krircc <krircc@qq.com>"]
documentation = "https://docs.rs/kayrx/"
repository = "https://github.com/kayrx/kayrx"
description = "The Kayrx Framework"
categories = ["asynchronous", "network-programming"]
keywords = ["async", "non-blocking", "futures"]
license = "MIT"
readme = "README.md"
edition = "2018"

[workspace]
members = [
  ".",
  "kayrx-macro",
  "kayrx-test",
]

[dependencies]
kayrx-macro = "0.2.1"
futures-core = "0.3"
futures-channel = "0.3"
futures-sink = "0.3.1"
futures-util = "0.3"

libc = "0.2.66"
arc-swap = "~0.4"
lazy_static = "1.4.0"
memchr = "2.2.1"
num_cpus = "1.11.1" 
bitflags = "1.2.1"
bytes = "0.5.3"
slab = "0.4"
fnv = "1.0"
iovec = "0.1.4"
pin-project = "0.4.6"
pin-project-lite = "0.1"
log = "0.4"
mio = "0.6.19"
net2 = "0.2"

# unix domain sockets
mio-uds = { version = "0.6.7" }


[dev-dependencies]
futures = "0.3"
futures-util = "0.3.1"
kayrx-macro = "0.2.1"