[dependencies.slab]
version = "0.4"
[dependencies.tokio]
features = ["rt", "net"]
version = "1.2"
[dev-dependencies.send_wrapper]
version = "0.6.0"
[package]
description = """
An abstraction on top of io-uring
"""
documentation = "https://docs.rs/fluke-io-uring-async"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fluke-io-uring-async"
readme = "README.md"
repository = "https://github.com/bearcove/fluke"
rust-version = "1.75"
version = "0.1.0"
[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.6.3"