[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
[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"