[package] name = "stream-ext" version = "0.2.4" authors = ["try "] edition = "2018" rust-version = "1.47" license = "MIT OR Apache-2.0" repository = "https://github.com/try-box/rust-box/tree/main/stream-ext" homepage = "https://github.com/try-box/rust-box/tree/main/stream-ext" description = "An extension trait for Streams that provides a variety of convenient combinator functions" keywords = ["stream", "limiter", "ratelimiter"] categories = ["asynchronous"] [features] default = [] [dependencies] futures = "0.3" log = "0.4" leaky-bucket = { version = "1.0", optional = true } governor = { version = "0.6", optional = true }