[package] name = "dstream" version = "0.1.1" edition = "2018" authors = ["Ivan Zderadicka "] description = "DelayedStream - delays items and drops same items coming within given interval " license = "MIT OR Apache-2.0" homepage = "https://github.com/izderadicka/dstream" repository = "https://github.com/izderadicka/dstream" documentation = "https://docs.rs/dstream" categories = [ "asynchronous" ] keywords = [ "asynch", "stream", "tokio", "futures" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3" tokio = {version="1", features=["time"]} linked-hash-map = "0.5.4" [dev-dependencies] rand = "0.8" tokio = {version="1", features=["rt", "macros"]}