compio-runtime 0.11.0

High-level runtime for compio
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
current_thread_id = []
event = [
    "dep:cfg-if",
    "compio-buf/arrayvec",
]
future-combinator = []
nightly = [
    "current_thread_id",
    "future-combinator",
]
notify-always = []
time = []

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

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

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

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

[dependencies.async-task]
version = "4.5.0"

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

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

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

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

[dependencies.core_affinity]
version = "0.8.3"

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

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

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

[dependencies.once_cell]
version = "1.18.0"

[dependencies.pin-project-lite]
version = "0.2.16"

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

[dependencies.slab]
version = "0.4.9"

[dependencies.socket2]
version = "0.6.0"

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

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

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

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

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