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