race 0.1.15

Staggered async task executor with race semantics / 阶梯式异步任务执行器,具备竞赛语义
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 = "race"
version = "0.1.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Staggered async task executor with race semantics / 阶梯式异步任务执行器,具备竞赛语义"
homepage = "https://github.com/webc-site/npm/tree/main/race"
readme = "README.md"
keywords = [
    "async",
    "race",
    "staggered",
    "executor",
    "stream",
]
categories = [
    "asynchronous",
    "concurrency",
    "algorithms",
    "development-tools",
    "data-structures",
]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/npm.git"

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

[features]
default = []

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

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

[dependencies.coarsetime]
version = "0.1.37"

[dependencies.futures]
version = "0.3.32"

[dependencies.tokio]
version = "1.52.3"
features = [
    "time",
    "rt",
]

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

[dev-dependencies.env_logger]
version = "0.11.10"

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

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

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

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "time",
    "sync",
    "net",
]