dope 0.12.0

The manifold runtime
Documentation
[package]
name = "dope"
version.workspace = true
edition.workspace = true
description.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true

[dependencies]
dope-core.workspace = true
dope-net.workspace = true
libc.workspace = true
o3.workspace = true
pin-project.workspace = true
siphasher.workspace = true

[target.'cfg(target_os = "linux")'.dependencies]
io-uring.workspace = true

[dev-dependencies]
dope-fiber = { path = "../fiber" }
dope-gen = { path = "../gen" }
dope-test.workspace = true

[target.'cfg(target_os = "linux")'.dev-dependencies]
io-uring.workspace = true
libc.workspace = true