1[package]
2name = "ordered-stream"
3version = "0.2.0"
4authors = ["Daniel De Graaf <code@danieldg.net>", "Zeeshan Ali Khan <zeeshanak@gnome.org>"]
5license = "MIT OR Apache-2.0"
6edition = "2018"
7
8description = "Streams that are ordered relative to external events"
9repository = "https://github.com/danieldg/ordered-stream"
10keywords = ["async", "stream", "timestamp"]
11
12[dependencies]
13futures-core = "0.3"
14pin-project-lite = "0.2"
15
16[dev-dependencies]
17futures-executor = "0.3.25"
18futures-util = "0.3.25"
19