geph5-rt 0.3.6

tokio-based runtime helpers for geph5: cancel-on-drop tasks, immortal/respawn loops, a task reaper, a timeout combinator, and buffer-pooled reads
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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",
]