lio 0.1.1

A platform-independent async I/O library with native support for io_uring (Linux), IOCP (Windows), and kqueue (macOS)
Documentation
[build-dependencies.cfg_aliases]
version = "0.2.1"

[dependencies.cfg-if]
version = "1.0.1"

[dependencies.libc]
version = "0.2.174"

[dependencies.socket2]
version = "0.6.0"

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

[package]
authors = ["Vincent Thomas <vincent@v-thomas.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["asynchronous", "network-programming", "filesystem", "os"]
description = "A platform-independent async I/O library with native support for io_uring (Linux), IOCP (Windows), and kqueue (macOS)"
documentation = "https://docs.rs/lio"
edition = "2024"
keywords = ["async", "io", "networking", "filesystem"]
license = "MIT"
name = "lio"
readme = false
repository = "https://github.com/liten-rs/liten"
version = "0.1.1"

[target.'cfg(not(target_os = "linux"))'.dependencies.polling]
version = "3.10.0"

[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.7.9"