dope-kqueue 0.2.3

Thin io_uring adaptor with "Manifolds"
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "dambi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dc85fad0fa5f5049a474b0af8ae7a698dd3ad619adc130fb62333e8309d9260"
dependencies = [
 "libc",
]

[[package]]
name = "dope-core"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73c4079f656888cf03dbd4ce9eec79a326c9505a6118d89f9250a137797c5a1d"
dependencies = [
 "dambi",
 "libc",
]

[[package]]
name = "dope-kqueue"
version = "0.2.3"
dependencies = [
 "dambi",
 "dope-core",
 "libc",
]

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