i2o2 0.4.1

A io_uring based IO executor for sync and async runtimes
Documentation
[[bench]]
harness = false
name = "buffered_io_write_throughput_async"
path = "benches/buffered_io_write_throughput_async.rs"

[[bench]]
harness = false
name = "buffered_io_write_throughput_sync"
path = "benches/buffered_io_write_throughput_sync.rs"

[[bench]]
harness = false
name = "direct_io_random_read"
path = "benches/direct_io_random_read.rs"

[[bench]]
name = "io_shared"
path = "benches/io_shared.rs"

[[bench]]
name = "no_op_shared"
path = "benches/no_op_shared.rs"

[[bench]]
harness = false
name = "no_op_throughput_async"
path = "benches/no_op_throughput_async.rs"

[[bench]]
harness = false
name = "no_op_throughput_sync"
path = "benches/no_op_throughput_sync.rs"

[dependencies.axboe-liburing]
version = "2.12"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.fail]
features = ["failpoints"]
optional = true
version = "0.5.1"

[dependencies.futures-executor]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.slab]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["sync"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.fail]
features = ["failpoints"]
version = "0.5.1"

[dev-dependencies.fastrand]
version = "2.3"

[dev-dependencies.glommio]
version = "0.9.0"

[dev-dependencies.humansize]
version = "2.1.3"

[dev-dependencies.memmap2]
version = "0.9.5"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tabled]
version = "0.19"

[dev-dependencies.tempfile]
version = "3.20"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.ulid]
version = "1.2"

[[example]]
name = "async_no_op"
path = "examples/async_no_op.rs"
test = true

[[example]]
name = "fail_points"
path = "examples/fail_points.rs"
required-features = ["fail"]
test = true

[[example]]
name = "sync_no_op"
path = "examples/sync_no_op.rs"
test = true

[features]
fail = ["dep:fail"]
trace-hotpath = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A io_uring based IO executor for sync and async runtimes"
edition = "2024"
exclude = ["/.idea"]
keywords = ["io_uring", "scheduler"]
license = "MIT"
name = "i2o2"
readme = "README.md"
version = "0.4.1"

[profile.bench]
debug = 2