futures-bounded 0.2.4

Utilities for bounding futures in size and time.
Documentation
[package]
name = "futures-bounded"
version = "0.2.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/thomaseizinger/rust-futures-bounded"
keywords = ["futures", "async", "backpressure"]
categories = ["data-structures", "asynchronous"]
description = "Utilities for bounding futures in size and time."
publish = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures-util = { version = "0.3.30" }
futures-timer = "3.0.2"

[dev-dependencies]
tokio = { version = "1.35.1", features = ["macros", "rt", "sync"] }
futures = "0.3.30"