[package]
edition = "2024"
name = "dope"
version = "0.8.0"
authors = ["inq <gofiri@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The manifold runtime"
readme = false
license = "MIT"
repository = "https://github.com/dope-rs/dope"
resolver = "2"
[lib]
name = "dope"
path = "src/lib.rs"
[[test]]
name = "brand"
path = "tests/brand.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "connector_close_kind"
path = "tests/connector_close_kind.rs"
[[test]]
name = "connector_dial"
path = "tests/connector_dial.rs"
[[test]]
name = "connector_liveness"
path = "tests/connector_liveness.rs"
[[test]]
name = "connector_port_reentry"
path = "tests/connector_port_reentry.rs"
[[test]]
name = "datagram_gso_segment"
path = "tests/datagram_gso_segment.rs"
[[test]]
name = "driver_affinity"
path = "tests/driver_affinity.rs"
[[test]]
name = "kqueue_cancel"
path = "tests/kqueue_cancel.rs"
[[test]]
name = "launcher_inputs"
path = "tests/launcher_inputs.rs"
[[test]]
name = "listener_accept_oneshot"
path = "tests/listener_accept_oneshot.rs"
[[test]]
name = "listener_deferred_wire_send"
path = "tests/listener_deferred_wire_send.rs"
[[test]]
name = "listener_drain_reply"
path = "tests/listener_drain_reply.rs"
[[test]]
name = "listener_pipeline"
path = "tests/listener_pipeline.rs"
[[test]]
name = "listener_teardown"
path = "tests/listener_teardown.rs"
[[test]]
name = "profile_bounds"
path = "tests/profile_bounds.rs"
[[test]]
name = "recv_phase_cap"
path = "tests/recv_phase_cap.rs"
[[test]]
name = "reuseport_datagram"
path = "tests/reuseport_datagram.rs"
[[test]]
name = "runtime_shutdown"
path = "tests/runtime_shutdown.rs"
[[test]]
name = "storage_pin"
path = "tests/storage_pin.rs"
[[test]]
name = "wire_graceful_close"
path = "tests/wire_graceful_close.rs"
[dependencies.dope-core]
version = "0.8.0"
[dependencies.dope-net]
version = "0.8.0"
[dependencies.libc]
version = "0.2"
[dependencies.o3]
version = "0.4.0"
[dependencies.pin-project]
version = "1"
[dependencies.siphasher]
version = "1"
[dev-dependencies]
[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.7"
[target.'cfg(target_os = "linux")'.dev-dependencies.io-uring]
version = "0.7"
[target.'cfg(target_os = "linux")'.dev-dependencies.libc]
version = "0.2"