tokio-util 0.7.12

Additional utilities for working with Tokio.
Documentation
[dependencies.bytes]
version = "1.0.0"

[dependencies.futures-core]
version = "0.3.0"

[dependencies.futures-io]
optional = true
version = "0.3.0"

[dependencies.futures-sink]
version = "0.3.0"

[dependencies.futures-util]
optional = true
version = "0.3.0"

[dependencies.pin-project-lite]
version = "0.2.11"

[dependencies.slab]
optional = true
version = "0.4.4"

[dependencies.tokio]
features = ["sync"]
version = "1.28.0"

[dependencies.tracing]
default-features = false
features = ["std"]
optional = true
version = "0.1.25"

[dev-dependencies.async-stream]
version = "0.3.0"

[dev-dependencies.futures]
version = "0.3.0"

[dev-dependencies.futures-test]
version = "0.3.5"

[dev-dependencies.parking_lot]
version = "0.12.0"

[dev-dependencies.tempfile]
version = "3.1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0.0"

[dev-dependencies.tokio-stream]
version = "0.1"

[dev-dependencies.tokio-test]
version = "0.4.0"

[features]
__docs_rs = ["futures-util"]
codec = []
compat = ["futures-io"]
default = []
full = ["codec", "compat", "io-util", "time", "net", "rt"]
io = []
io-util = ["io", "tokio/rt", "tokio/io-util"]
net = ["tokio/net"]
rt = ["tokio/rt", "tokio/sync", "futures-util", "hashbrown"]
time = ["tokio/time", "slab"]

[lib]
name = "tokio_util"
path = "src/lib.rs"

[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous"]
description = """
Additional utilities for working with Tokio.
"""
edition = "2021"
homepage = "https://tokio.rs"
license = "MIT"
name = "tokio-util"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio"
rust-version = "1.70"
version = "0.7.12"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]
rustdoc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]

[package.metadata.playground]
features = ["full"]

[target."cfg(tokio_unstable)".dependencies.hashbrown]
default-features = false
optional = true
version = "0.14.0"

[[test]]
name = "_require_full"
path = "tests/_require_full.rs"

[[test]]
name = "abort_on_drop"
path = "tests/abort_on_drop.rs"

[[test]]
name = "codecs"
path = "tests/codecs.rs"

[[test]]
name = "compat"
path = "tests/compat.rs"

[[test]]
name = "context"
path = "tests/context.rs"

[[test]]
name = "framed"
path = "tests/framed.rs"

[[test]]
name = "framed_read"
path = "tests/framed_read.rs"

[[test]]
name = "framed_stream"
path = "tests/framed_stream.rs"

[[test]]
name = "framed_write"
path = "tests/framed_write.rs"

[[test]]
name = "io_inspect"
path = "tests/io_inspect.rs"

[[test]]
name = "io_reader_stream"
path = "tests/io_reader_stream.rs"

[[test]]
name = "io_sink_writer"
path = "tests/io_sink_writer.rs"

[[test]]
name = "io_stream_reader"
path = "tests/io_stream_reader.rs"

[[test]]
name = "io_sync_bridge"
path = "tests/io_sync_bridge.rs"

[[test]]
name = "length_delimited"
path = "tests/length_delimited.rs"

[[test]]
name = "mpsc"
path = "tests/mpsc.rs"

[[test]]
name = "panic"
path = "tests/panic.rs"

[[test]]
name = "poll_semaphore"
path = "tests/poll_semaphore.rs"

[[test]]
name = "reusable_box"
path = "tests/reusable_box.rs"

[[test]]
name = "spawn_pinned"
path = "tests/spawn_pinned.rs"

[[test]]
name = "sync_cancellation_token"
path = "tests/sync_cancellation_token.rs"

[[test]]
name = "task_join_map"
path = "tests/task_join_map.rs"

[[test]]
name = "task_tracker"
path = "tests/task_tracker.rs"

[[test]]
name = "time_delay_queue"
path = "tests/time_delay_queue.rs"

[[test]]
name = "udp"
path = "tests/udp.rs"