[package]
edition = "2024"
name = "geph5-rt"
version = "0.3.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tokio-based runtime helpers for geph5: cancel-on-drop tasks, immortal/respawn loops, a task reaper, a timeout combinator, and buffer-pooled reads"
readme = false
license = "ISC"
repository = "https://github.com/geph-official/geph5"
resolver = "2"
[lib]
name = "geph5_rt"
path = "src/lib.rs"
[dependencies.async-channel]
version = "2.5.0"
[dependencies.bytes]
version = "1.11.1"
[dependencies.futures-concurrency]
version = "7.7.1"
[dependencies.futures-util]
version = "0.3.32"
[dependencies.pin-project-lite]
version = "0.2.16"
[dependencies.rand]
version = "0.8.6"
[dependencies.tokio]
version = "1.52"
features = [
"rt-multi-thread",
"time",
"io-util",
"net",
"sync",
]
[dev-dependencies.tokio]
version = "1.52"
features = [
"macros",
"rt-multi-thread",
"time",
"io-util",
"net",
"sync",
]