luring 0.1.0

io-uring abstraction using tokio's AsyncFd
Documentation
[dependencies.slab]
version = "0.4"

[dependencies.tokio]
features = ["rt", "net"]
version = "1.39"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.send_wrapper]
version = "0.6.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
io-uring abstraction using tokio's AsyncFd
"""
documentation = "https://docs.rs/luring"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "luring"
readme = "README.md"
repository = "https://github.com/bearcove/loona"
rust-version = "1.75"
version = "0.1.0"

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