version = 4
[[package]]
name = "bitflags"
version = "2.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "io-uring"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d64d8ca234d152948ceaede1f419b6a83983a5ecccaac05fb337a809c96d3aa6"
dependencies = [
"bitflags",
"cfg-if",
"libc",
]
[[package]]
name = "libc"
version = "0.2.189"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link",
]
[[package]]
name = "yo-alloc"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "199336dd4584b6a3da0317f637497ca21f2ccac532d1db7e9123845762602724"
[[package]]
name = "yo-arena"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8db13790bd8db669910a40615243e1c0a73293a14ceea73b8051c1c8617545d0"
dependencies = [
"libc",
"yo-alloc",
"yo-common",
]
[[package]]
name = "yo-cli"
version = "0.3.9"
dependencies = [
"libc",
"windows-sys",
"yo-alloc",
"yo-file",
"yo-format",
"yo-reactor",
"yo-reader",
"yo-record",
"yo-resp",
]
[[package]]
name = "yo-common"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f44d78936fd2b970e4d5bb1b4a3520ebddd39e48e0cab4df601f547e79405c9"
dependencies = [
"yo-alloc",
]
[[package]]
name = "yo-file"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f700cf0063e29f1c371d244204ea1320067e76c541f003582350aae49538873"
dependencies = [
"libc",
"yo-common",
"yo-format",
"yo-record",
"yo-uring",
]
[[package]]
name = "yo-format"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "805c129cdc8ff89a076a52260e58b9a00e581eba9473a098cb6391e084359576"
dependencies = [
"yo-common",
]
[[package]]
name = "yo-index"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a4c0661d457b33dada756f350715f899e3a8aef44ec951b24a28b63c7cacf61"
dependencies = [
"yo-alloc",
"yo-arena",
"yo-common",
]
[[package]]
name = "yo-kv"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9843f773406f65b8a235aa935e423671ccfc5528ee7aedca8b2fb45f233df7a2"
dependencies = [
"yo-alloc",
"yo-common",
"yo-index",
]
[[package]]
name = "yo-reactor"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b96b7da6aa40cb832bbe73a9db0df862b64c8124a5efdd108b8af73370c0088"
dependencies = [
"yo-common",
"yo-shard",
]
[[package]]
name = "yo-reader"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37002b17dbe1bfc78ae695ad83364dbfde4e2385d889cacba5b5fcf458d8d110"
[[package]]
name = "yo-record"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebeb791637373edf58130bfc86451d3a6260bd6d2e47b27010e31cabe2a7de30"
dependencies = [
"yo-common",
"yo-format",
]
[[package]]
name = "yo-resp"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb2f5c8c9e33832a131d7ca50b29fb6b039001d24c9b27afddd8255e9d17eadb"
dependencies = [
"libc",
"yo-alloc",
"yo-common",
"yo-kv",
"yo-reactor",
]
[[package]]
name = "yo-shard"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1148cd1dc2c1d2c287fe4e46e45f6a944a2f2b7470716722c78d72b452f7eb9"
dependencies = [
"libc",
"yo-alloc",
"yo-common",
]
[[package]]
name = "yo-uring"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced28da77220c090f5d51e794f19a9e79d5c7cbcf2bdd64f0cb60b273deea2cb"
dependencies = [
"io-uring",
"libc",
"yo-common",
]