io-uring-opcode 0.2.0-pre1

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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"

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

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

[[package]]
name = "io-uring-opcode"
version = "0.2.0-pre1"
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.170"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"