a10 0.4.1

This library is meant as a low-level library safely exposing different OS's abilities to perform non-blocking I/O.
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"
rust-version = "1.92"
name = "a10"
version = "0.4.1"
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
build = false
include = [
    "/Cargo.toml",
    "/src/**/*.rs",
    "/tests/**/*.rs",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library is meant as a low-level library safely exposing different OS's abilities to perform non-blocking I/O."
documentation = "https://docs.rs/a10"
readme = "README.md"
keywords = [
    "io_uring",
    "io",
    "async",
    "non-blocking",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/Thomasdezeeuw/a10"

[features]
default = []
nightly = []

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

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

[[test]]
name = "signals"
path = "tests/signals.rs"
harness = false

[dependencies.libc]
version = "0.2.179"
default-features = false

[dependencies.log]
version = "0.4.21"
features = ["kv_std"]
default-features = false

[dev-dependencies.getrandom]
version = "0.3.4"
default-features = false

[dev-dependencies.std-logger]
version = "0.5.3"
default-features = false