io-uring-opcode 0.2.0-pre3

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

[[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-pre3"
dependencies = [
 "io-uring",
 "io-uring-owner",
 "libc",
 "ysockaddr",
]

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

[[package]]
name = "ysockaddr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87904a3c72b3ab98375fb4bb5057819c66db2d081f2aa30b36a81e982f10253"
dependencies = [
 "libc",
]