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.0.1-pre0"
dependencies = [
"io-uring",
"io-uring-owner",
]
[[package]]
name = "io-uring-owner"
version = "0.0.1-pre0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a66b01f1cd8e60ab553f965cd8bb3a61bf492424661f7717c281fce81299c46b"
[[package]]
name = "libc"
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"