[dependencies.tokio]
features = ["rt", "sync"]
version = "1.43"
[dev-dependencies.tokio]
features = ["macros", "time", "rt-multi-thread"]
version = "1.43"
[lib]
name = "bounded_join_set"
path = "src/lib.rs"
[package]
authors = ["Tristan Streichenberger <TristanStreich@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous"]
description = """
A Concurrency-Limited JoinSet for Tokio.
"""
documentation = "https://docs.rs/bounded_join_set"
edition = "2021"
keywords = ["tokio", "async", "non-blocking", "futures", "concurrency"]
license = "MIT"
name = "bounded_join_set"
readme = "README.md"
repository = "https://github.com/TristanStreich/bounded_join_set"
rust-version = "1.71"
version = "0.3.0"
[[test]]
name = "simple"
path = "tests/simple.rs"