axpoll 0.3.7

A library for polling I/O events and waking up tasks.
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 = "axpoll"
version = "0.3.7"
authors = [
    "Mivik <mivikq@gmail.com>",
    "朝倉水希 <asakuramizu111@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for polling I/O events and waking up tasks."
documentation = "https://docs.rs/axpoll"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Starry-OS/axpoll"

[features]
alloc = []
default = ["alloc"]

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

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

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

[dependencies.bitflags]
version = "2.10"
default-features = false

[dependencies.linux-raw-sys]
version = "0.12"
features = [
    "no_std",
    "general",
]
default-features = false

[dependencies.spin]
version = "0.10"
features = [
    "lazy",
    "spin_mutex",
]
default-features = false

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

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