async-stream 0.3.6

Asynchronous streams using async & await notation
Documentation
[dependencies.async-stream-impl]
version = "=0.3.6"

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

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

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.rustversion]
version = "1"

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

[dev-dependencies.trybuild]
version = "1"

[[example]]
name = "tcp_accept"
path = "examples/tcp_accept.rs"

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

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Asynchronous streams using async & await notation"
edition = "2021"
license = "MIT"
name = "async-stream"
readme = "README.md"
repository = "https://github.com/tokio-rs/async-stream"
rust-version = "1.65"
version = "0.3.6"

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

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

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

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