[dependencies.futures]
version = "0.3"
[dependencies.linked-hash-map]
version = "0.5.4"
[dependencies.tokio]
features = ["time"]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"
[package]
authors = ["Ivan Zderadicka <ivan.zderadicka@gmail.com>"]
categories = ["asynchronous"]
description = "DelayedStream - delays items and drops same items coming within given interval "
documentation = "https://docs.rs/dstream"
edition = "2018"
homepage = "https://github.com/izderadicka/dstream"
keywords = ["asynch", "stream", "tokio", "futures"]
license = "MIT OR Apache-2.0"
name = "dstream"
repository = "https://github.com/izderadicka/dstream"
version = "0.1.1"