stream-future 0.5.0

Implement an async iterator with return value.
Documentation
[[bench]]
name = "stream"
path = "benches/stream.rs"

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

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

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

[[test]]
name = "try_stream"
path = "tests/try_stream.rs"
[dependencies.futures-core]
version = "0.3"

[dependencies.pin-project]
version = "1.0"

[dependencies.stream-future-impl]
version = "0.5"
[dev-dependencies.anyhow]
version = "1.0"

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

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

[dev-dependencies.tokio]
features = ["macros", "rt", "sync", "time"]
version = "1"

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

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

[package]
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "no-std"]
description = "Implement an async iterator with return value."
edition = "2021"
keywords = ["stream", "future"]
license = "MIT"
name = "stream-future"
readme = "README.md"
repository = "https://github.com/Berrysoft/stream-future"
version = "0.5.0"