io-uring-opcode 0.2.0-pre2

io_uring opcode trait contract between bearer and opcodes
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"

[[package]]
name = "cfg-if"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"

[[package]]
name = "io-uring"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ebb93303c65a11753dd0e45cd6bfa5c65ee1f0b9f8e2178b6998ddc8b284f04"
dependencies = [
 "bitflags",
 "cfg-if",
 "libc",
]

[[package]]
name = "io-uring-opcode"
version = "0.2.0-pre2"
dependencies = [
 "io-uring",
 "io-uring-owner",
 "libc",
]

[[package]]
name = "io-uring-owner"
version = "0.2.0-pre1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72720770f6a88419c8514534305ff7a24cc15ce9c00f912b890766f888b5d9fb"

[[package]]
name = "libc"
version = "0.2.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb"