[package]
name = "io-engine"
version = "0.3.0"
edition = "2024"
authors = ["plan <frostyplanet@gmail.com>"]
repository = "https://github.com/NaturalIO/io-engine"
documentation = "https://docs.rs/io-engine"
keywords = ["io", "aio", "io_uring"]
license = "MIT"
description = """
Library for block-based IO, intend to mask AIO/io_uring underneath.
"""
[dependencies]
rand = "0"
fail = "0"
libc = "0"
nix = "0"
parking_lot = "0.9"
io-engine-aio-bindings = "0.1"
log = "0.4"
captains-log = "0.3"
crossbeam = "0.8"
lz4-sys="1.8.3"
[dev-dependencies]
getrandom = "0.1"
md5 = "0"
tokio = { version = "1", features = ["time", "sync", "rt-multi-thread"] }
atomic-waitgroup = "0"