[dependencies.cfg-if]
version = "0.1.9"
[dependencies.iovec]
version = "0.1.4"
[dependencies.net2]
version = "0.2.39"
[dependencies.slab]
version = "0.4.9"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.bytes]
version = "0.3.0"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.env_logger]
default-features = false
version = "0.4.0"
[dev-dependencies.tempdir]
version = "0.3.7"
[lib]
name = "corcovado"
path = "src/lib.rs"
[package]
authors = ["Raphael Amorim <rapha850@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = "Non-blocking IO library"
documentation = "https://raphamorim.io/rio/docs"
edition = "2015"
homepage = "https://github.com/raphamorim/rio"
include = ["Cargo.toml", "src/**/*.rs"]
keywords = ["io", "async", "non-blocking"]
license = "MIT"
name = "corcovado"
readme = "README.md"
repository = "https://github.com/raphamorim/rio"
resolver = "2"
version = "0.2.13"
[target.'cfg(target_os = "fuchsia")'.dependencies.fuchsia-zircon]
version = "0.3.2"
[target.'cfg(target_os = "fuchsia")'.dependencies.fuchsia-zircon-sys]
version = "0.3.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.171"
[target."cfg(windows)".dependencies.miow]
version = "0.5.0"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
version = "0.42.0"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.42.0"