[dependencies.crossbeam-channel]
version = "0.5.15"
[dependencies.dashmap]
version = "6.1.0"
[dependencies.io-uring]
version = "0.7.8"
[dependencies.libc]
version = "0.2"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.tokio]
features = ["fs", "sync"]
version = "1.45.1"
[lib]
name = "uring_file"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "filesystem"]
description = "Async file I/O for Linux using io_uring"
documentation = "https://docs.rs/uring-file"
edition = "2024"
keywords = ["io_uring", "async", "io", "linux", "file"]
license = "MIT OR Apache-2.0"
name = "uring-file"
readme = "README.md"
repository = "https://github.com/wilsonzlin/monorepo-rs"
resolver = "1"
version = "0.6.0"