compio-runtime 0.12.0-rc.2

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.12.0-rc.2"
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]
async-fd = ["dep:compio-io"]
current_thread_id = []
nightly = [
    "current_thread_id",
    "sanitize",
]
sanitize = []
time = []

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

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

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

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

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

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

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

[dependencies.compio-buf]
version = "0.8.2-rc.1"

[dependencies.compio-driver]
version = "0.12.0-rc.2"
default-features = false

[dependencies.compio-executor]
version = "0.1.0-rc.2"

[dependencies.compio-io]
version = "0.10.0-rc.2"
optional = true

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

[dependencies.compio-send-wrapper]
version = "0.7.1"

[dependencies.core_affinity]
version = "0.8.3"

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

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

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

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

[dependencies.synchrony]
version = "0.1.7"
features = ["event"]

[target.'cfg(any(windows, target_os = "macos"))'.dev-dependencies.synchrony]
version = "0.1.7"
features = ["async_flag"]

[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"]