compio-runtime 0.6.2

High-level runtime for compio
Documentation
[dependencies.async-task]
version = "4.5.0"

[dependencies.cfg-if]
optional = true
version = "1.0.0"

[dependencies.compio-buf]
version = "0.5.1"

[dependencies.compio-driver]
default-features = false
version = "0.6.1"

[dependencies.compio-log]
version = "0.1.0"

[dependencies.criterion]
optional = true
version = "0.5.1"

[dependencies.crossbeam-queue]
version = "0.3.8"

[dependencies.futures-util]
version = "0.3.29"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.scoped-tls]
version = "1.0.1"

[dependencies.slab]
optional = true
version = "0.4.9"

[dependencies.socket2]
version = "0.5.6"

[features]
event = ["dep:cfg-if", "compio-buf/arrayvec"]
io-uring = ["compio-driver/io-uring"]
polling = ["compio-driver/polling"]
time = ["dep:slab"]

[lib]
name = "compio_runtime"
path = "src/lib.rs"

[package]
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = "High-level runtime for compio"
edition = "2021"
keywords = ["async", "runtime"]
license = "MIT"
name = "compio-runtime"
readme = "README.md"
repository = "https://github.com/compio-rs/compio"
version = "0.6.2"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-pc-windows-gnu", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "aarch64-apple-ios", "aarch64-linux-android", "x86_64-unknown-dragonfly", "x86_64-unknown-freebsd", "x86_64-unknown-illumos", "x86_64-unknown-netbsd", "x86_64-unknown-openbsd"]

[target.'cfg(not(any(windows, target_os = "macos")))'.dev-dependencies.glib]
version = "0.20"

[target.'cfg(target_os = "macos")'.dev-dependencies.block2]
version = "0.5.0"

[target.'cfg(target_os = "macos")'.dev-dependencies.core-foundation]
version = "0.10.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.164"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_IO"]
version = "0.52.0"

[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_UI_WindowsAndMessaging"]
version = "0.52.0"

[[test]]
name = "custom_loop"
path = "tests/custom_loop.rs"

[[test]]
name = "event"
path = "tests/event.rs"
required-features = ["event"]