io-engine 0.7.0

Library for block-based IO, intend to mask AIO/io_uring underneath.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "io-engine"
version = "0.7.0"
authors = ["plan <frostyplanet@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Library for block-based IO, intend to mask AIO/io_uring underneath.
"""
documentation = "https://docs.rs/io-engine"
readme = "README.md"
keywords = [
    "io",
    "aio",
    "io_uring",
]
license = "MIT"
repository = "https://github.com/NaturalIO/io-engine"

[features]
compress = []
default = []

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

[dependencies.captains-log]
version = "0.4"

[dependencies.crossfire]
version = "3.0"

[dependencies.embed-collections]
version = "^0.1.5"

[dependencies.io-buffer]
version = "1"

[dependencies.io-engine-aio-bindings]
version = "0.1"

[dependencies.io-uring]
version = "0.7"

[dependencies.libc]
version = "0"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0"

[dependencies.parking_lot]
version = "0.9"

[dev-dependencies.atomic-waitgroup]
version = "0"

[dev-dependencies.getrandom]
version = "0.1"

[dev-dependencies.md5]
version = "0"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.tokio]
version = "1"
features = [
    "time",
    "sync",
    "rt-multi-thread",
]