version = 4
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "autocfg"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "capacity"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a937871bdde7e8bdde7eb5029a96b425b19eaedb32b119d9a677436117ebb144"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "foldhash"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
[[package]]
name = "hashbrown"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
[[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-bearer"
version = "0.2.0-pre3"
dependencies = [
"capacity",
"hashbrown",
"io-uring",
"io-uring-fd",
"io-uring-opcode",
"io-uring-owner",
"libc",
"nohash-hasher",
"slab",
"slabbable",
"slabbable-impl-selector",
]
[[package]]
name = "io-uring-fd"
version = "0.2.0-pre1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b4613a3e73059484ec483cb782e387292a47e60ad44c250cc4fbd2d4dfe30f"
[[package]]
name = "io-uring-opcode"
version = "0.2.0-pre3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ba1c53b7b6a7dd01db15c2ac71eaa3521d6b74eb4f49ae95057e4bcce3797c1"
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 = "no-std-compat"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df270209a7f04d62459240d890ecb792714d5db12c92937823574a09930276b4"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "slabbable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a013ef7c7cdb9f0560dcb898ee91a27f327eb55f04d7522cad7f3b593934b497"
[[package]]
name = "slabbable-hash"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7494d6b5c760dfe6e67c001a154b5067fabae779f8f0e0b02e7e16928b9f8b3"
dependencies = [
"hashbrown",
"nohash-hasher",
"slabbable",
]
[[package]]
name = "slabbable-impl-selector"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a073f357cc1e5f20741360b87c6e106ad870160daaa21217f50f1c2ee09823e"
dependencies = [
"cfg-if",
"slabbable-hash",
"slabbable-slab",
"slabbable-stablevec",
]
[[package]]
name = "slabbable-slab"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c0307e18308ff5be701b12a413d5f0afe918466f11dcc4b3e0cb622e9b4797"
dependencies = [
"slab",
"slabbable",
]
[[package]]
name = "slabbable-stablevec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75e3a18377123a324d98d1f9f73b458b137c3981a8d09da2e96466df1b6b02df"
dependencies = [
"slabbable",
"stable-vec",
]
[[package]]
name = "stable-vec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1dff32a2ce087283bec878419027cebd888760d8760b2941ad0843531dc9ec8"
dependencies = [
"no-std-compat",
]
[[package]]
name = "ysockaddr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87904a3c72b3ab98375fb4bb5057819c66db2d081f2aa30b36a81e982f10253"
dependencies = [
"libc",
]