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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "bitflags"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[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-pre2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4533af507fc91b5a6eac0cbf3473c6b5cf3c852b1188f6e1b310116a9381f19f"
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-pre2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d22b59b285de459a44c6166d3c4582ff39a88beed69828c277ea7c51aa884f"
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"
[[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 = "yaoi"
version = "0.0.0-scratch0"
dependencies = [
"capacity",
"hashbrown",
"io-uring-bearer",
"io-uring-opcode",
"io-uring-owner",
"libc",
"nohash-hasher",
"ysockaddr",
]
[[package]]
name = "ysockaddr"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0ffdfce5604de055884295a888f8476ef30c6ccf13dea0e45f06a7350be54ee"
dependencies = [
"libc",
]