axpoll-set 0.1.0

Shared and exclusive readiness queue implementation.
# 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 = "axpoll-set"
version = "0.1.0"
authors = ["RCore Team <yuchen@tsinghua.edu.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared and exclusive readiness queue implementation."
documentation = "https://docs.rs/axpoll-set"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[features]
default = []
host-test = ["ax-sync/host-test"]

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

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

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

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

[dependencies.ax-lazyinit]
version = "0.5"

[dependencies.ax-sync]
version = "0.5"

[dependencies.axpoll]
version = "0.6"

[dev-dependencies.futures]
version = "0.3"

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