compio_dispatch 0.1.2

Global task dispatcher for compio applications. / 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_dispatch"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Global task dispatcher for compio applications. / Compio 应用全局任务分发器。"
homepage = "https://github.com/js0/rust/tree/main/compio_dispatch"
readme = "README.md"
keywords = [
    "compio",
    "dispatcher",
    "async",
    "global",
    "static",
]
categories = [
    "asynchronous",
    "concurrency",
    "os",
    "network-programming",
    "wasm",
]
license = "MulanPSL-2.0"
repository = "https://github.com/js0/rust.git"
resolver = "2"

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

[features]
default = []

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

[[example]]
name = "basic"
path = "examples/basic.rs"

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

[dependencies.compio-dispatcher]
version = "0.10.0"

[dependencies.compio-driver]
version = "0.11.2"

[dependencies.futures-channel]
version = "0.3.31"

[dependencies.static_init]
version = "1.0.4"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.compio]
version = "0.18.0"
features = [
    "macros",
    "time",
]

[dev-dependencies.log]
version = "0.4.29"

[dev-dependencies.log_init]
version = "0.1.34"

[dev-dependencies.static_init]
version = "1.0.4"