[dependencies.atomic_refcell]
version = "0.1.13"
[dependencies.futures]
default-features = false
features = ["async-await"]
version = "0.3.31"
[dependencies.join_me_maybe_impl]
version = "0.4"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dev-dependencies.tokio-stream]
version = "0.1.17"
[dev-dependencies.trybuild]
version = "1.0.114"
[[example]]
name = "bodies"
path = "examples/bodies.rs"
[[example]]
name = "finally"
path = "examples/finally.rs"
[[example]]
name = "short"
path = "examples/short.rs"
[lib]
name = "join_me_maybe"
path = "src/lib.rs"
[package]
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "an async `join!` macro with `select!`-like features"
documentation = "https://docs.rs/join_me_maybe"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "join_me_maybe"
readme = "README.md"
repository = "https://github.com/oconnor663/join_me_maybe"
version = "0.4.0"
[[test]]
name = "no_std"
path = "tests/no_std.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"