kwokka 0.1.1

completion-based async runtime with optional orchestration
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"

[[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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d09b98f7eace8982db770e4408e7470b028ce513ac28fecdc6bf4c30fe92b62"
dependencies = [
 "bitflags",
 "cfg-if",
 "libc",
]

[[package]]
name = "kwokka"
version = "0.1.1"
dependencies = [
 "kwokka-core",
 "kwokka-fs",
 "kwokka-macros",
 "kwokka-net",
 "kwokka-runtime",
]

[[package]]
name = "kwokka-core"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0c8d96afd7342654014d35e6c27144500178981b857cf4bab7328ecb7974878"

[[package]]
name = "kwokka-fs"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e7b3034e1fdadadc6af2062838de875ced1497b6139768c0c5f83ea4476b4b"
dependencies = [
 "kwokka-io",
]

[[package]]
name = "kwokka-io"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2df40e9d39d6670ccbac8da08231313da0eaee303d588cce29bec9acb1e751c"
dependencies = [
 "io-uring",
 "libc",
]

[[package]]
name = "kwokka-macros"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46628451c7a0ea6fa025176a51b686bf618a53b34022648ae82a7ae06ed92ec9"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "kwokka-net"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca60864a6ae781fd2ce2c15075dce814af255bf6a843cee63c4850f1df755e1"
dependencies = [
 "kwokka-io",
]

[[package]]
name = "kwokka-runtime"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e434f94c1c7918f080a21172e3641f62af4f4030fe098bb000bf0c26114d2a52"
dependencies = [
 "kwokka-core",
 "kwokka-io",
 "libc",
]

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"