[dependencies.futures]
version = "0.3.31"
[dependencies.proc-macro2]
version = "1.0.103"
[dependencies.quote]
version = "1.0.42"
[dependencies.syn]
features = ["full"]
version = "2.0.110"
[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dev-dependencies.tokio-stream]
version = "0.1.17"
[[example]]
name = "minimal"
path = "examples/minimal.rs"
[lib]
name = "for_streams"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "like `select!` in a loop, but specifically for `Stream`s, with fewer footguns and several convenience features"
documentation = "https://docs.rs/for-streams"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "for-streams"
readme = "README.md"
repository = "https://github.com/oconnor663/for_streams"
version = "0.1.1"
[[test]]
name = "test"
path = "tests/test.rs"