axboe-liburing 2.14.0

Low-level io_uring interface, transliterated from Jens Axboe's liburing.
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 = "axboe-liburing"
version = "2.14.0"
build = "liburing-rs/build.rs"
include = [
    "/src/arch",
    "/src/*.c",
    "/src/*.h",
    "/src/*.map",
    "/src/include/liburing.h",
    "/src/include/liburing/barrier.h",
    "/src/include/liburing/io_uring.h",
    "/src/include/liburing/sanitize.h",
    "/src/include/liburing/io_uring/query.h",
    "/src/Makefile*",
    "/Makefile*",
    "configure",
    "/liburing*.pc.in",
    "/liburing.spec",
    "/liburing-rs/src",
    "/liburing-rs/include",
    "/liburing-rs/Cargo.lock",
    "/liburing-rs/build.rs",
    "/liburing-rs/tests",
    "/liburing-rs/benches",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level io_uring interface, transliterated from Jens Axboe's liburing."
documentation = "https://man.archlinux.org/listing/extra/liburing/"
readme = "liburing-rs/README.md"
keywords = [
    "io_uring",
    "io-uring",
    "liburing",
    "linux-io",
    "async-io",
]
categories = [
    "asynchronous",
    "network-programming",
    "filesystem",
    "api-bindings",
]
license = "MIT OR LGPL-2.1-only"
repository = "https://github.com/cmazakas/liburing"

[features]
bindgen-cli = []
sanitizers = []

[lib]
name = "liburing_rs"
path = "liburing-rs/src/lib.rs"

[[test]]
name = "liburing-rs-tests"
path = "liburing-rs/tests/main.rs"

[[bench]]
name = "nop"
path = "liburing-rs/benches/nop.rs"
harness = false

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.io-uring]
version = "0.7.4"

[dev-dependencies.nix]
version = "0.29.0"
features = ["net"]

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

[build-dependencies.bindgen]
version = "0.71.1"

[profile.release-with-debug]
debug = 2
inherits = "release"